Skip to content

Commit

Permalink
Merge pull request #482 from gzliudan/devnet-shanghai
Browse files Browse the repository at this point in the history
Enable shanghai for devnet on block 16832700
  • Loading branch information
liam-lai authored Mar 8, 2024
2 parents f5e09b3 + 66e3eba commit b51f696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants/constants.go.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b51f696

Please sign in to comment.