Skip to content

Commit 316bfd2

Browse files
authored
Update EIP-7702: make chain id u256 (#9143)
7702: make chain id u256
1 parent 4fe3910 commit 316bfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-7702.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The transaction is also considered invalid when any field in an authorization
5252
tuple cannot fit within the following bounds:
5353

5454
```python
55-
assert auth.chain_id < 2**64
55+
assert auth.chain_id < 2**256
5656
assert auth.nonce < 2**64
5757
assert len(auth.address) == 20
5858
assert auth.y_parity < 2**8

0 commit comments

Comments
 (0)