Skip to content

Commit 8b1dab7

Browse files
committed
fixup(forks): Remove EIP-7762 change
1 parent dc1bdef commit 8b1dab7

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
@@ -1269,13 +1269,6 @@ def fn(
12691269

12701270
return fn
12711271

1272-
@classmethod
1273-
def min_base_fee_per_blob_gas(cls, block_number: int = 0, timestamp: int = 0) -> int:
1274-
"""
1275-
Returns the minimum base fee per blob gas for Prague.
1276-
"""
1277-
return 2**25
1278-
12791272
@classmethod
12801273
def blob_base_fee_update_fraction(cls, block_number: int = 0, timestamp: int = 0) -> int:
12811274
"""

0 commit comments

Comments
 (0)