set UpgradePhoenixHeight to be one hour after Dragon

This commit is contained in:
Aayush 2024-02-13 09:59:51 -05:00 committed by Phi-rjan
parent 1744f2d8eb
commit 3ceb75746b
2 changed files with 4 additions and 3 deletions

View File

@ -92,7 +92,8 @@ const UpgradeWatermelonFix2Height = 1108174
// 2024-02-27T14:00:00Z // 2024-02-27T14:00:00Z
const UpgradeDragonHeight = 1390534 const UpgradeDragonHeight = 1390534
const UpgradePhoenixHeight = UpgradeDragonHeight + 100 // This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
const UpgradePhoenixHeight = UpgradeDragonHeight + 120
var SupportedProofTypes = []abi.RegisteredSealProof{ var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1, abi.RegisteredSealProof_StackedDrg32GiBV1,

View File

@ -102,9 +102,9 @@ const UpgradeWatermelonHeight = 3469380
// ?????? // ??????
var UpgradeDragonHeight = abi.ChainEpoch(999999999999999) var UpgradeDragonHeight = abi.ChainEpoch(999999999999999)
// This epoch, 100 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet // This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
// ?????? // ??????
var UpgradePhoenixHeight = UpgradeDragonHeight + 100 var UpgradePhoenixHeight = UpgradeDragonHeight + 120
// This fix upgrade only ran on calibrationnet // This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1 const UpgradeWatermelonFixHeight = -1