Skip to content

Commit

Permalink
Merge pull request #502 from XinFinOrg/dev-upgrade
Browse files Browse the repository at this point in the history
enable ShanghaiBlock and disable xdcx on testnet (#501)
  • Loading branch information
liam-lai committed Mar 25, 2024
2 parents fd8e7c9 + bfcd382 commit b1677b0
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 b1677b0

Please sign in to comment.