Merge pull request #8743 from filecoin-project/jen/interop

chore: bundle: update caterpillar cid
This commit is contained in:
Geoff Stuart 2022-05-27 13:27:52 -04:00 committed by GitHub
commit 8d0558bd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ var UpgradeOhSnapHeight = abi.ChainEpoch(-18)
var UpgradeSkyrHeight = abi.ChainEpoch(100)
var ActorsCIDs = map[actors.Version]cid.Cid{
actors.Version8: MustParseCid("bafy2bzaceadr77tamp35bbb3rtio4ver4pnk2cbxqif3nn3mrmxra2nlvwoce"),
actors.Version8: MustParseCid("bafy2bzacec2w2zpvykvrjtxrndaq3ow7fh3ytum5l3qyfy3p4nw7vyjybtgea"),
}
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{