mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
chore: enable reward, penalty and dynamic gas on devnet (#2121)
* chore: enable reward, penalty and dynamic gas on devnet * update number to 3420000 for devnet --------- Co-authored-by: liam.lai <liam.lai@babylonchain.io>
This commit is contained in:
parent
41fb331a2e
commit
bad22c2515
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@ var DevnetConstant = constant{
|
||||||
cancunBlock: big.NewInt(43200),
|
cancunBlock: big.NewInt(43200),
|
||||||
pragueBlock: big.NewInt(3000600),
|
pragueBlock: big.NewInt(3000600),
|
||||||
osakaBlock: big.NewInt(math.MaxInt64),
|
osakaBlock: big.NewInt(math.MaxInt64),
|
||||||
dynamicGasLimitBlock: big.NewInt(math.MaxInt64),
|
dynamicGasLimitBlock: big.NewInt(3420000),
|
||||||
tipUpgradeReward: big.NewInt(math.MaxInt64),
|
tipUpgradeReward: big.NewInt(3420000),
|
||||||
tipUpgradePenalty: big.NewInt(math.MaxInt64),
|
tipUpgradePenalty: big.NewInt(3420000),
|
||||||
tipEpochHalving: big.NewInt(math.MaxInt64),
|
tipEpochHalving: big.NewInt(math.MaxInt64),
|
||||||
|
|
||||||
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),
|
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue