fix: build: pdate UpgradePhoenixHeight to -26 in inteop (#12106)

Co-authored-by: fsgerse <173036932+fsgerse@users.noreply.github.com>
This commit is contained in:
fsgerse 2024-06-25 07:48:30 +08:00 committed by GitHub
parent 7141847927
commit c779e30252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,11 +55,10 @@ var UpgradeLightningHeight = abi.ChainEpoch(-22)
var UpgradeThunderHeight = abi.ChainEpoch(-23)
var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
var UpgradeDragonHeight = abi.ChainEpoch(-25)
var UpgradePhoenixHeight = abi.ChainEpoch(-26)
const UpgradeWaffleHeight = 50
const UpgradePhoenixHeight = UpgradeDragonHeight + 100
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1