Skip to content

Commit

Permalink
Update params_butterfly for upgrade v16 epoch and cid
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed May 30, 2022
1 parent f40ef00 commit 718b05e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/params_butterfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 718b05e

Please sign in to comment.