mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
mainnet enable evm 0.8.23 hardfork blocks target date 19 June (#535)
* mainnet enable evm 0.8.23 hardfork blocks * mainnet enable evm 0.8.23 hardfork blocks target date 14 July
This commit is contained in:
parent
b1677b0a21
commit
320e9779f6
1 changed files with 4 additions and 4 deletions
|
|
@ -46,10 +46,10 @@ var TIPXDCXLending = big.NewInt(38383838)
|
||||||
var TIPXDCXCancellationFee = big.NewInt(38383838)
|
var TIPXDCXCancellationFee = big.NewInt(38383838)
|
||||||
var TIPXDCXCancellationFeeTestnet = big.NewInt(38383838)
|
var TIPXDCXCancellationFeeTestnet = big.NewInt(38383838)
|
||||||
var TIPXDCXDISABLE = big.NewInt(99999999900)
|
var TIPXDCXDISABLE = big.NewInt(99999999900)
|
||||||
var BerlinBlock = big.NewInt(9999999999)
|
var BerlinBlock = big.NewInt(76321000) // Target 19th June 2024
|
||||||
var LondonBlock = big.NewInt(9999999999)
|
var LondonBlock = big.NewInt(76321000) // Target 19th June 2024
|
||||||
var MergeBlock = big.NewInt(9999999999)
|
var MergeBlock = big.NewInt(76321000) // Target 19th June 2024
|
||||||
var ShanghaiBlock = big.NewInt(9999999999)
|
var ShanghaiBlock = big.NewInt(76321000) // Target 19th June 2024
|
||||||
|
|
||||||
var TIPXDCXTestnet = big.NewInt(38383838)
|
var TIPXDCXTestnet = big.NewInt(38383838)
|
||||||
var IsTestnet bool = false
|
var IsTestnet bool = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue