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:
benjamin202410 2026-03-04 20:54:18 -08:00 committed by GitHub
parent 41fb331a2e
commit bad22c2515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,9 +31,9 @@ var DevnetConstant = constant{
cancunBlock: big.NewInt(43200),
pragueBlock: big.NewInt(3000600),
osakaBlock: big.NewInt(math.MaxInt64),
dynamicGasLimitBlock: big.NewInt(math.MaxInt64),
tipUpgradeReward: big.NewInt(math.MaxInt64),
tipUpgradePenalty: big.NewInt(math.MaxInt64),
dynamicGasLimitBlock: big.NewInt(3420000),
tipUpgradeReward: big.NewInt(3420000),
tipUpgradePenalty: big.NewInt(3420000),
tipEpochHalving: big.NewInt(math.MaxInt64),
trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),