From c779e30252abc0ebf9823840a5a8a97032aa3549 Mon Sep 17 00:00:00 2001 From: fsgerse Date: Tue, 25 Jun 2024 07:48:30 +0800 Subject: [PATCH] fix: build: pdate UpgradePhoenixHeight to -26 in inteop (#12106) Co-authored-by: fsgerse <173036932+fsgerse@users.noreply.github.com> --- build/params_interop.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/params_interop.go b/build/params_interop.go index b5259c34acf..991257881a7 100644 --- a/build/params_interop.go +++ b/build/params_interop.go @@ -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