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 5008330 commit b433488Copy full SHA for b433488
packages/vm/src/params.ts
@@ -98,4 +98,11 @@ export const paramsVM: ParamsDict = {
98
maxBlobGasPerBlock: 1179648, // The max blob gas allowable per block
99
blobGasPriceUpdateFraction: 5007716, // The denominator used in the exponential when calculating a blob gas price
100
},
101
+ /**
102
+ * Increase MIN_BASE_FEE_PER_BLOB_GAS to speed up price discovery on blob space
103
+ */
104
+ 7762: {
105
+ // gasPrices
106
+ minBlobGas: 2 ** 25, // Base fee of the MIN_BASE_FEE_PER_BLOB_GAS opcode
107
+ },
108
}
0 commit comments