Merge pull request #9584 from filecoin-project/gstuart/update-calibnet-upgrade-heights

chore: calibnet: update calibnet upgrade heights
This commit is contained in:
Aayush Rajasekaran 2022-11-01 16:25:45 +00:00 committed by GitHub
commit 1608c7c644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,16 +61,13 @@ const UpgradeTurboHeight = 390
const UpgradeHyperdriveHeight = 420
const UpgradeChocolateHeight = 312746
const UpgradeChocolateHeight = 450
// 2022-02-10T19:23:00Z
const UpgradeOhSnapHeight = 682006
const UpgradeOhSnapHeight = 480
// 2022-06-16T17:30:00Z
const UpgradeSkyrHeight = 1044660
const UpgradeSkyrHeight = 510
// 2022-10-20T16:00:07Z
const UpgradeSharkHeight = 1407374
const UpgradeSharkHeight = 16800 // 6 days after genesis
var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1,