We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9bc71 commit 5008330Copy full SHA for 5008330
packages/block/src/params.ts
@@ -91,4 +91,11 @@ export const paramsBlock: ParamsDict = {
91
maxBlobGasPerBlock: 1179648, // The max blob gas allowable per block
92
blobGasPriceUpdateFraction: 5007716, // The denominator used in the exponential when calculating a blob gas price
93
},
94
+ /**
95
+ * Increase MIN_BASE_FEE_PER_BLOB_GAS to speed up price discovery on blob space
96
+ */
97
+ 7762: {
98
+ // gasPrices
99
+ minBlobGas: 2 ** 25, // Base fee of the MIN_BASE_FEE_PER_BLOB_GAS opcode
100
+ },
101
}
0 commit comments