Skip to content

Commit 6e56978

Browse files
fix(tests): update blob base cost in eip7918 spec to 2**13 (#1862)
1 parent d4968fa commit 6e56978

File tree

1 file changed

+1
-1
lines changed
  • tests/osaka/eip7918_blob_reserve_price

1 file changed

+1
-1
lines changed

tests/osaka/eip7918_blob_reserve_price/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Spec(EIP4844Spec):
2424
Extends EIP-4844 spec with the new reserve price constant and functionality.
2525
"""
2626

27-
BLOB_BASE_COST = 2**14
27+
BLOB_BASE_COST = 2**13
2828

2929
@classmethod
3030
def get_reserve_price(

0 commit comments

Comments
 (0)