From 4118064e30e16eb22976f2adcf146f816c3579d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Sun, 12 Feb 2023 22:01:09 +0000 Subject: [PATCH] add migration heights to butterfly params. --- build/params_butterfly.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index db2c02103..9e77bfd90 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -51,11 +51,11 @@ const UpgradeChocolateHeight = -17 const UpgradeOhSnapHeight = -18 const UpgradeSkyrHeight = -19 const UpgradeSharkHeight = abi.ChainEpoch(-20) -const UpgradeHyggeHeight = abi.ChainEpoch(600) +const UpgradeHyggeHeight = abi.ChainEpoch(80) -var UpgradeHyperspaceNV19Height = abi.ChainEpoch(99999999999999) +var UpgradeHyperspaceNV19Height = abi.ChainEpoch(100) -var UpgradeHyperspaceNV20Height = abi.ChainEpoch(99999999999999) +var UpgradeHyperspaceNV20Height = abi.ChainEpoch(120) var SupportedProofTypes = []abi.RegisteredSealProof{ abi.RegisteredSealProof_StackedDrg512MiBV1,