Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
This commit is contained in:
Phi 2024-02-13 17:01:30 +01:00 committed by Phi-rjan
parent 3ceb75746b
commit c04dec7307
5 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -69,7 +69,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
var UpgradeDragonHeight = abi.ChainEpoch(20) var UpgradeDragonHeight = abi.ChainEpoch(20)
var UpgradePhoenixHeight = UpgradeDragonHeight + 100 var UpgradePhoenixHeight = UpgradeDragonHeight + 120
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100 const UpgradeWatermelonFixHeight = -100

View File

@ -59,7 +59,7 @@ const UpgradeWatermelonHeight = -24
const UpgradeDragonHeight = 5760 const UpgradeDragonHeight = 5760
const UpgradePhoenixHeight = UpgradeDragonHeight + 100 const UpgradePhoenixHeight = UpgradeDragonHeight + 120
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100 const UpgradeWatermelonFixHeight = -100

View File

@ -5514,7 +5514,8 @@ Response:
"UpgradeLightningHeight": 10101, "UpgradeLightningHeight": 10101,
"UpgradeThunderHeight": 10101, "UpgradeThunderHeight": 10101,
"UpgradeWatermelonHeight": 10101, "UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101 "UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101
}, },
"Eip155ChainID": 123 "Eip155ChainID": 123
} }

View File

@ -7140,7 +7140,8 @@ Response:
"UpgradeLightningHeight": 10101, "UpgradeLightningHeight": 10101,
"UpgradeThunderHeight": 10101, "UpgradeThunderHeight": 10101,
"UpgradeWatermelonHeight": 10101, "UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101 "UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101
}, },
"Eip155ChainID": 123 "Eip155ChainID": 123
} }