mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Merge pull request #905 from JukLee0ira/support_cancun
common: set cancun block to 0 for local net
This commit is contained in:
commit
42defdb589
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue