Skip to content

Commit 58d6dca

Browse files
authored
eip-7825: update tx gas limit (#1317)
1 parent 2eb1ba4 commit 58d6dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum/osaka/transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
Gas cost for including a storage key in the access list of a transaction.
6464
"""
6565

66-
TX_MAX_GAS_LIMIT = Uint(30_000_000)
66+
TX_MAX_GAS_LIMIT = Uint(16_777_216)
6767

6868

6969
@slotted_freezable

0 commit comments

Comments
 (0)