From b0a28635b4aff9a3f3a8e73481893cef48d6408a Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Tue, 1 Nov 2022 12:39:11 +0000 Subject: [PATCH] set new upgrade height for butterfly --- build/params_butterfly.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index 19b44a067..6f0a64598 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -49,7 +49,7 @@ const UpgradeHyperdriveHeight = -16 const UpgradeChocolateHeight = -17 const UpgradeOhSnapHeight = -18 const UpgradeSkyrHeight = -19 -const UpgradeSharkHeight = abi.ChainEpoch(50) +const UpgradeSharkHeight = abi.ChainEpoch(600) var SupportedProofTypes = []abi.RegisteredSealProof{ abi.RegisteredSealProof_StackedDrg512MiBV1,