Skip to content

Commit deb11b5

Browse files
advaita-sahajangko
andauthored
update eip-7918 to reduce blob base cost (#3491)
Co-authored-by: jangko <[email protected]>
1 parent f74b567 commit deb11b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_chain/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const
9191
MIN_BLOB_GASPRICE* = 1'u64
9292
MAX_BLOB_GAS_PER_BLOCK* = 786432
9393
MAX_BLOBS_PER_BLOCK* = int(MAX_BLOB_GAS_PER_BLOCK div GAS_PER_BLOB)
94-
BLOB_BASE_COST* = (1 shl 14).uint64 # 2^14
94+
BLOB_BASE_COST* = (1 shl 13).uint64 # 2^14
9595
MAX_BLOBS_PER_TX* = 6.uint64 # Maximum number of blobs per transaction
9696

9797
# EIP-4788 addresses

0 commit comments

Comments
 (0)