chore(common): setup EIP-7702 block number for devnet (#2021)

* setup eup7702 for devnet testing

* Update pragueBlock value in constants.devnet.go

---------

Co-authored-by: liam.lai <liam.lai@babylonchain.io>
This commit is contained in:
benjamin202410 2026-02-12 01:57:19 -08:00 committed by GitHub
parent e96ec6aab5
commit d318152a00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ var DevnetConstant = constant{
tipXDCXReceiverDisable: big.NewInt(0),
eip1559Block: big.NewInt(32400),
cancunBlock: big.NewInt(43200),
pragueBlock: big.NewInt(math.MaxInt64),
pragueBlock: big.NewInt(3000600),
osakaBlock: big.NewInt(math.MaxInt64),
dynamicGasLimitBlock: big.NewInt(math.MaxInt64),
tipUpgradeReward: big.NewInt(math.MaxInt64),