mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
update devnet 1559 block number (#736)
* update devnet 1559 block number * update devnet 1559 block number --------- Co-authored-by: liam.lai <liam.lai@us>
This commit is contained in:
parent
d7e72f3e71
commit
370c6b62e7
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ var BerlinBlock = big.NewInt(16832700)
|
|||
var LondonBlock = big.NewInt(16832700)
|
||||
var MergeBlock = big.NewInt(16832700)
|
||||
var ShanghaiBlock = big.NewInt(16832700)
|
||||
var Eip1559Block = big.NewInt(23580000)
|
||||
var Eip1559Block = big.NewInt(23035500)
|
||||
|
||||
var TIPXDCXTestnet = big.NewInt(0)
|
||||
var IsTestnet bool = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue