We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe3910 commit 316bfd2Copy full SHA for 316bfd2
EIPS/eip-7702.md
@@ -52,7 +52,7 @@ The transaction is also considered invalid when any field in an authorization
52
tuple cannot fit within the following bounds:
53
54
```python
55
-assert auth.chain_id < 2**64
+assert auth.chain_id < 2**256
56
assert auth.nonce < 2**64
57
assert len(auth.address) == 20
58
assert auth.y_parity < 2**8
0 commit comments