revert reward v2 block number for testing backward compatitble (#1361)

Co-authored-by: liam.lai <liam.lai@us>
This commit is contained in:
benjamin202410 2025-08-20 01:25:37 -07:00 committed by GitHub
parent 9c6816eab6
commit d7412ea981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ var DevnetConstant = constant{
tipXDCXReceiverDisable: big.NewInt(0),
eip1559Block: big.NewInt(32400),
cancunBlock: big.NewInt(43200),
tipUpgradeReward: big.NewInt(243000),
tipUpgradeReward: big.NewInt(9999999999),
tipUpgradePenalty: big.NewInt(9999999999),
tipEpochHalving: big.NewInt(9999999999),