Skip to content

Commit

Permalink
mainnet enable evm 0.8.23 hardfork blocks target date 19 June (#535)
Browse files Browse the repository at this point in the history
* mainnet enable evm 0.8.23 hardfork blocks

* mainnet enable evm 0.8.23 hardfork blocks target date 14 July
  • Loading branch information
liam-lai authored May 14, 2024
1 parent b1677b0 commit 320e977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ var TIPXDCXLending = big.NewInt(38383838)
var TIPXDCXCancellationFee = big.NewInt(38383838)
var TIPXDCXCancellationFeeTestnet = big.NewInt(38383838)
var TIPXDCXDISABLE = big.NewInt(99999999900)
var BerlinBlock = big.NewInt(9999999999)
var LondonBlock = big.NewInt(9999999999)
var MergeBlock = big.NewInt(9999999999)
var ShanghaiBlock = big.NewInt(9999999999)
var BerlinBlock = big.NewInt(76321000) // Target 19th June 2024
var LondonBlock = big.NewInt(76321000) // Target 19th June 2024
var MergeBlock = big.NewInt(76321000) // Target 19th June 2024
var ShanghaiBlock = big.NewInt(76321000) // Target 19th June 2024

var TIPXDCXTestnet = big.NewInt(38383838)
var IsTestnet bool = false
Expand Down

0 comments on commit 320e977

Please sign in to comment.