We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb91c1e commit acc9fc2Copy full SHA for acc9fc2
common/constants/constants.go.devnet
@@ -46,7 +46,7 @@ var TIPXDCXLending = big.NewInt(225000)
46
var TIPXDCXCancellationFee = big.NewInt(225000)
47
var TIPXDCXCancellationFeeTestnet = big.NewInt(225000)
48
var TIPXDCXMinerDisable = big.NewInt(15894900)
49
-var TIPXDCXReceiverDisable = big.NewInt(9999999999)
+var TIPXDCXReceiverDisable = big.NewInt(18018000)
50
var BerlinBlock = big.NewInt(9999999999)
51
var LondonBlock = big.NewInt(9999999999)
52
var MergeBlock = big.NewInt(9999999999)
0 commit comments