Skip to content

Commit 664a8e0

Browse files
committed
vm: update params with 7762 minBlobGas
1 parent 6683b57 commit 664a8e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/vm/src/params.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,11 @@ export const paramsVM: ParamsDict = {
9898
maxBlobGasPerBlock: 1179648, // The max blob gas allowable per block
9999
blobGasPriceUpdateFraction: 5007716, // The denominator used in the exponential when calculating a blob gas price
100100
},
101+
/**
102+
* Increase MIN_BASE_FEE_PER_BLOB_GAS to speed up price discovery on blob space
103+
*/
104+
7762: {
105+
// gasConfig
106+
minBlobGas: 2 ** 25, // Minimum base fee per blob gas
107+
},
101108
}

0 commit comments

Comments
 (0)