diff --git a/common/constants.devnet.go b/common/constants.devnet.go index 567d97a53208..da912bc71198 100644 --- a/common/constants.devnet.go +++ b/common/constants.devnet.go @@ -29,11 +29,11 @@ var DevnetConstant = constant{ tipXDCXReceiverDisable: big.NewInt(0), eip1559Block: big.NewInt(32400), cancunBlock: big.NewInt(43200), - pragueBlock: big.NewInt(3000600), + pragueBlock: big.NewInt(45000), osakaBlock: big.NewInt(math.MaxInt64), - dynamicGasLimitBlock: big.NewInt(3420000), - tipUpgradeReward: big.NewInt(3420000), - tipUpgradePenalty: big.NewInt(3420000), + dynamicGasLimitBlock: big.NewInt(45000), + tipUpgradeReward: big.NewInt(45000), + tipUpgradePenalty: big.NewInt(45000), tipEpochHalving: big.NewInt(math.MaxInt64), trc21IssuerSMC: HexToAddress("0x8c0faeb5C6bEd2129b8674F262Fd45c4e9468bee"),