Merge pull request #905 from JukLee0ira/support_cancun

common: set cancun block to 0 for local net
This commit is contained in:
Daniel Liu 2025-03-11 16:44:53 +08:00 committed by GitHub
commit 42defdb589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"),