We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74b567 commit deb11b5Copy full SHA for deb11b5
execution_chain/constants.nim
@@ -91,7 +91,7 @@ const
91
MIN_BLOB_GASPRICE* = 1'u64
92
MAX_BLOB_GAS_PER_BLOCK* = 786432
93
MAX_BLOBS_PER_BLOCK* = int(MAX_BLOB_GAS_PER_BLOCK div GAS_PER_BLOB)
94
- BLOB_BASE_COST* = (1 shl 14).uint64 # 2^14
+ BLOB_BASE_COST* = (1 shl 13).uint64 # 2^14
95
MAX_BLOBS_PER_TX* = 6.uint64 # Maximum number of blobs per transaction
96
97
# EIP-4788 addresses
0 commit comments