add mainnet upgrade epoch for nv16

This commit is contained in:
Jennifer Wang 2022-06-20 23:16:04 -04:00 committed by Aayush
parent 550d3888ca
commit 820013a31e

View File

@ -76,7 +76,8 @@ const UpgradeChocolateHeight = 1231620
// 2022-03-01T15:00:00Z
const UpgradeOhSnapHeight = 1594680
var UpgradeSkyrHeight = abi.ChainEpoch(99999999999999)
// 2022-07-06T14:00:00Z
const UpgradeSkyrHeight = 1960320
var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1,