Skip to content

Commit acc9fc2

Browse files
authored
enable TIPXDCXReceiverDisable flag on devnet (#525)
1 parent fb91c1e commit acc9fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/constants/constants.go.devnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var TIPXDCXLending = big.NewInt(225000)
4646
var TIPXDCXCancellationFee = big.NewInt(225000)
4747
var TIPXDCXCancellationFeeTestnet = big.NewInt(225000)
4848
var TIPXDCXMinerDisable = big.NewInt(15894900)
49-
var TIPXDCXReceiverDisable = big.NewInt(9999999999)
49+
var TIPXDCXReceiverDisable = big.NewInt(18018000)
5050
var BerlinBlock = big.NewInt(9999999999)
5151
var LondonBlock = big.NewInt(9999999999)
5252
var MergeBlock = big.NewInt(9999999999)

0 commit comments

Comments
 (0)