Skip to content

Commit

Permalink
enable ShanghaiBlock and disable xdcx
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Lai committed Mar 24, 2024
1 parent 816dce9 commit defa2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/constants/constants.go.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit defa2fc

Please sign in to comment.