Skip to content

Commit de873ae

Browse files
yperbasismarcello33
authored andcommitted
eth, txpool: enforce 30gwei for gas related configs for polygon (#10158)
Cherry-pick PR #10119 into the release Co-authored-by: Marcello Ardizzone <[email protected]>
1 parent 8f5aaa4 commit de873ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eth/ethconfig/config.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ import (
4949
// BorDefaultMinerGasPrice defines the minimum gas price for bor validators to mine a transaction.
5050
var BorDefaultMinerGasPrice = big.NewInt(30 * params.GWei)
5151

52+
// BorDefaultMinerGasPrice defines the minimum gas price for bor validators to mine a transaction.
53+
var BorDefaultMinerGasPrice = big.NewInt(30 * params.GWei)
54+
5255
// FullNodeGPO contains default gasprice oracle settings for full node.
5356
var FullNodeGPO = gaspricecfg.Config{
5457
Blocks: 20,

0 commit comments

Comments
 (0)