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 8f5aaa4 commit de873aeCopy full SHA for de873ae
eth/ethconfig/config.go
@@ -49,6 +49,9 @@ import (
49
// BorDefaultMinerGasPrice defines the minimum gas price for bor validators to mine a transaction.
50
var BorDefaultMinerGasPrice = big.NewInt(30 * params.GWei)
51
52
+// BorDefaultMinerGasPrice defines the minimum gas price for bor validators to mine a transaction.
53
+var BorDefaultMinerGasPrice = big.NewInt(30 * params.GWei)
54
+
55
// FullNodeGPO contains default gasprice oracle settings for full node.
56
var FullNodeGPO = gaspricecfg.Config{
57
Blocks: 20,
0 commit comments