common: set cancun block to 0 for local net

This commit is contained in:
JukLee0ira 2025-03-11 16:42:14 +08:00
parent a9317abcd1
commit 9d3a8c20eb

View file

@ -29,7 +29,7 @@ var localConstant = constant{
tipXDCXMinerDisable: big.NewInt(0),
tipXDCXReceiverDisable: big.NewInt(0),
eip1559Block: big.NewInt(0),
cancunBlock: big.NewInt(9999999999),
cancunBlock: big.NewInt(0),
trc21IssuerSMCTestNet: HexToAddress("0x0E2C88753131CE01c7551B726b28BFD04e44003F"),
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),