Skip to content

Commit 1dda88f

Browse files
Update pragueBlock value in constants.devnet.go
1 parent 90a98db commit 1dda88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/constants.devnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var DevnetConstant = constant{
2929
tipXDCXReceiverDisable: big.NewInt(0),
3030
eip1559Block: big.NewInt(32400),
3131
cancunBlock: big.NewInt(43200),
32-
pragueBlock: big.NewInt(2637000),
32+
pragueBlock: big.NewInt(3000600),
3333
dynamicGasLimitBlock: big.NewInt(math.MaxInt64),
3434
tipUpgradeReward: big.NewInt(math.MaxInt64),
3535
tipUpgradePenalty: big.NewInt(math.MaxInt64),

0 commit comments

Comments
 (0)