mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
common: set eip1559Block to 0 for local net
This commit is contained in:
parent
5f750498f4
commit
1819d5b7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ var localConstant = constant{
|
||||||
TIPV2SwitchBlock: big.NewInt(0),
|
TIPV2SwitchBlock: big.NewInt(0),
|
||||||
tipXDCXMinerDisable: big.NewInt(0),
|
tipXDCXMinerDisable: big.NewInt(0),
|
||||||
tipXDCXReceiverDisable: big.NewInt(0),
|
tipXDCXReceiverDisable: big.NewInt(0),
|
||||||
eip1559Block: big.NewInt(9999999999),
|
eip1559Block: big.NewInt(0),
|
||||||
cancunBlock: big.NewInt(9999999999),
|
cancunBlock: big.NewInt(9999999999),
|
||||||
|
|
||||||
trc21IssuerSMCTestNet: HexToAddress("0x0E2C88753131CE01c7551B726b28BFD04e44003F"),
|
trc21IssuerSMCTestNet: HexToAddress("0x0E2C88753131CE01c7551B726b28BFD04e44003F"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue