Skip to content

Commit

Permalink
enable TIPXDCXReceiverDisable flag on devnet (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-lai authored Apr 22, 2024
1 parent fb91c1e commit acc9fc2
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 @@ -46,7 +46,7 @@ var TIPXDCXLending = big.NewInt(225000)
var TIPXDCXCancellationFee = big.NewInt(225000)
var TIPXDCXCancellationFeeTestnet = big.NewInt(225000)
var TIPXDCXMinerDisable = big.NewInt(15894900)
var TIPXDCXReceiverDisable = big.NewInt(9999999999)
var TIPXDCXReceiverDisable = big.NewInt(18018000)
var BerlinBlock = big.NewInt(9999999999)
var LondonBlock = big.NewInt(9999999999)
var MergeBlock = big.NewInt(9999999999)
Expand Down

0 comments on commit acc9fc2

Please sign in to comment.