mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
rollback devnet and reset switch block (#2178)
Co-authored-by: liam.lai <liam.lai@babylonchain.io>
This commit is contained in:
parent
be36b32b3e
commit
2137fb3e8d
1 changed files with 4 additions and 4 deletions
|
|
@ -29,11 +29,11 @@ var DevnetConstant = constant{
|
||||||
tipXDCXReceiverDisable: big.NewInt(0),
|
tipXDCXReceiverDisable: big.NewInt(0),
|
||||||
eip1559Block: big.NewInt(32400),
|
eip1559Block: big.NewInt(32400),
|
||||||
cancunBlock: big.NewInt(43200),
|
cancunBlock: big.NewInt(43200),
|
||||||
pragueBlock: big.NewInt(3000600),
|
pragueBlock: big.NewInt(45000),
|
||||||
osakaBlock: big.NewInt(math.MaxInt64),
|
osakaBlock: big.NewInt(math.MaxInt64),
|
||||||
dynamicGasLimitBlock: big.NewInt(3420000),
|
dynamicGasLimitBlock: big.NewInt(45000),
|
||||||
tipUpgradeReward: big.NewInt(3420000),
|
tipUpgradeReward: big.NewInt(45000),
|
||||||
tipUpgradePenalty: big.NewInt(3420000),
|
tipUpgradePenalty: big.NewInt(45000),
|
||||||
tipEpochHalving: big.NewInt(math.MaxInt64),
|
tipEpochHalving: big.NewInt(math.MaxInt64),
|
||||||
|
|
||||||
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),
|
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue