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 3c2f87b commit fec8b66Copy full SHA for fec8b66
common/constants.local.go
@@ -26,8 +26,8 @@ var localConstant = constant{
26
TIPV2SwitchBlock: big.NewInt(0),
27
tipXDCXMinerDisable: big.NewInt(0),
28
tipXDCXReceiverDisable: big.NewInt(0),
29
- eip1559Block: big.NewInt(9999999),
30
- cancunBlock: big.NewInt(9999999),
+ eip1559Block: big.NewInt(250000),
+ cancunBlock: big.NewInt(250000),
31
32
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),
33
xdcxListingSMC: HexToAddress("0xDE34dD0f536170993E8CFF639DdFfCF1A85D3E53"),
0 commit comments