From 6801b1c3e9516ced3af1ac9a8e900ee5e7b7896d Mon Sep 17 00:00:00 2001 From: Aayush Date: Sat, 23 Sep 2023 18:25:16 -0400 Subject: [PATCH] feat: set butterflynet to upgrade to nv21 at epoch 400 --- build/params_butterfly.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index 8875482ff..fee2738bf 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -55,11 +55,7 @@ const UpgradeHyggeHeight = -21 const UpgradeLightningHeight = -22 const UpgradeThunderHeight = -23 -// 2023-08-07 -const UpgradeWatermelonHeight = 900 - -// ?????????? -const UpgradeWatermelonHeight = 999999999999999 +const UpgradeWatermelonHeight = 400 var SupportedProofTypes = []abi.RegisteredSealProof{ abi.RegisteredSealProof_StackedDrg512MiBV1,