From dbeec2900bc1343b2cf9723d4f3c555cc562d719 Mon Sep 17 00:00:00 2001 From: Jiaying Wang <42981373+jennijuju@users.noreply.github.com> Date: Fri, 27 May 2022 13:07:46 -0400 Subject: [PATCH] Update params_butterfly for upgrade v16 epoch and cid --- build/params_butterfly.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index 7f94cdad1..32ea54442 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -47,9 +47,12 @@ const UpgradeChocolateHeight = -17 const UpgradeOhSnapHeight = 240 -var UpgradeSkyrHeight = abi.ChainEpoch(99999999999999) +// 2022-05-31T14:32:00Z +const UpgradeSkyrHeight = abi.ChainEpoch(333258) -var ActorsCIDs = map[actors.Version]cid.Cid{} +var ActorsCIDs = map[actors.Version]cid.Cid{ + actors.Version8: MustParseCid("bafy2bzacedy4qgxbr6pbyfgcp7s7bdkc2whi5errnw67al5e2tk75j46iucv6"), +} func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))