Skip to content

Commit 6683b57

Browse files
committed
block: update params with 7762 minBlobGas
1 parent 1c29ddb commit 6683b57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/block/src/params.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,11 @@ export const paramsBlock: ParamsDict = {
9191
maxBlobGasPerBlock: 1179648, // The max blob gas allowable per block
9292
blobGasPriceUpdateFraction: 5007716, // The denominator used in the exponential when calculating a blob gas price
9393
},
94+
/**
95+
* Increase MIN_BASE_FEE_PER_BLOB_GAS to speed up price discovery on blob space
96+
*/
97+
7762: {
98+
// gasConfig
99+
minBlobGas: 2 ** 25, // Minimum base fee per blob gas
100+
},
94101
}

0 commit comments

Comments
 (0)