Skip to content

Commit c0a71a6

Browse files
committed
fixup(forks): Remove EIP-7762 change
1 parent 290f8fe commit c0a71a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,13 +1347,6 @@ def fn(
13471347

13481348
return fn
13491349

1350-
@classmethod
1351-
def min_base_fee_per_blob_gas(cls, block_number: int = 0, timestamp: int = 0) -> int:
1352-
"""
1353-
Returns the minimum base fee per blob gas for Prague.
1354-
"""
1355-
return 2**25
1356-
13571350
@classmethod
13581351
def blob_base_fee_update_fraction(cls, block_number: int = 0, timestamp: int = 0) -> int:
13591352
"""

0 commit comments

Comments
 (0)