mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
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:
parent
e96ec6aab5
commit
d318152a00
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue