mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
enable shanghai for devnet on block 16832700
This commit is contained in:
parent
f5e09b3082
commit
66e3ebaf0c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var TIPXDCXDISABLE = big.NewInt(15894900)
|
|||
var BerlinBlock = big.NewInt(9999999999)
|
||||
var LondonBlock = big.NewInt(9999999999)
|
||||
var MergeBlock = big.NewInt(9999999999)
|
||||
var ShanghaiBlock = big.NewInt(9999999999)
|
||||
var ShanghaiBlock = big.NewInt(16832700)
|
||||
|
||||
var TIPXDCXTestnet = big.NewInt(0)
|
||||
var IsTestnet bool = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue