mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
common: set Eip1559Block to 23580000 for devnet
This commit is contained in:
parent
416e5ac00f
commit
56ed523fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ var BerlinBlock = big.NewInt(16832700)
|
||||||
var LondonBlock = big.NewInt(16832700)
|
var LondonBlock = big.NewInt(16832700)
|
||||||
var MergeBlock = big.NewInt(16832700)
|
var MergeBlock = big.NewInt(16832700)
|
||||||
var ShanghaiBlock = big.NewInt(16832700)
|
var ShanghaiBlock = big.NewInt(16832700)
|
||||||
var Eip1559Block = big.NewInt(9999999999)
|
var Eip1559Block = big.NewInt(23580000)
|
||||||
|
|
||||||
var TIPXDCXTestnet = big.NewInt(0)
|
var TIPXDCXTestnet = big.NewInt(0)
|
||||||
var IsTestnet bool = false
|
var IsTestnet bool = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue