mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
enable ShanghaiBlock and disable xdcx (#501)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com>
This commit is contained in:
parent
816dce9527
commit
bfcd3829d0
1 changed files with 2 additions and 2 deletions
|
|
@ -45,11 +45,11 @@ var TIPXDCX = big.NewInt(23779191)
|
|||
var TIPXDCXLending = big.NewInt(23779191)
|
||||
var TIPXDCXCancellationFee = big.NewInt(23779191)
|
||||
var TIPXDCXCancellationFeeTestnet = big.NewInt(23779191)
|
||||
var TIPXDCXDISABLE = big.NewInt(99999999900)
|
||||
var TIPXDCXDISABLE = big.NewInt(61290000) // Target 31st March 2024
|
||||
var BerlinBlock = big.NewInt(9999999999)
|
||||
var LondonBlock = big.NewInt(9999999999)
|
||||
var MergeBlock = big.NewInt(9999999999)
|
||||
var ShanghaiBlock = big.NewInt(9999999999)
|
||||
var ShanghaiBlock = big.NewInt(61290000) // Target 31st March 2024
|
||||
|
||||
var TIPXDCXTestnet = big.NewInt(23779191)
|
||||
var IsTestnet bool = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue