Skip to content

Commit

Permalink
fix: build: pdate UpgradePhoenixHeight to -26 in inteop (#12106)
Browse files Browse the repository at this point in the history
Co-authored-by: fsgerse <173036932+fsgerse@users.noreply.github.com>
  • Loading branch information
fsgerse and fsgerse committed Jun 24, 2024
1 parent 7141847 commit c779e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/params_interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c779e30

Please sign in to comment.