Skip to content

Commit 2171f03

Browse files
souradeep-dasSamWilsn
authored andcommitted
update eip7918
1 parent a91a505 commit 2171f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum/osaka/vm/gas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
GAS_POINT_EVALUATION = Uint(50000)
7272

7373
TARGET_BLOB_GAS_PER_BLOCK = U64(786432)
74-
BLOB_BASE_COST = Uint(2**14)
74+
BLOB_BASE_COST = Uint(2**13)
7575
BLOB_SCHEDULE_MAX = U64(9)
7676
BLOB_SCHEDULE_TARGET = U64(6)
7777
GAS_PER_BLOB = U64(2**17)

0 commit comments

Comments
 (0)