mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-27 00:46:18 +00:00
Merge pull request #482 from gzliudan/devnet-shanghai
Enable shanghai for devnet on block 16832700
This commit is contained in:
commit
b51f6963be
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