miss the stuff
This commit is contained in:
parent
48bf70f3ee
commit
8fd18b7ede
@ -69,7 +69,7 @@ const UpgradeOhSnapHeight = 682006
|
|||||||
// 2022-06-16T17:30:00Z
|
// 2022-06-16T17:30:00Z
|
||||||
const UpgradeSkyrHeight = 1044660
|
const UpgradeSkyrHeight = 1044660
|
||||||
|
|
||||||
var UpgradeV17Height = abi.ChainEpoch(99999999999999)
|
var UpgradeSharkHeight = abi.ChainEpoch(99999999999999)
|
||||||
|
|
||||||
var SupportedProofTypes = []abi.RegisteredSealProof{
|
var SupportedProofTypes = []abi.RegisteredSealProof{
|
||||||
abi.RegisteredSealProof_StackedDrg32GiBV1,
|
abi.RegisteredSealProof_StackedDrg32GiBV1,
|
||||||
|
@ -107,7 +107,7 @@ var (
|
|||||||
UpgradeChocolateHeight abi.ChainEpoch = -16
|
UpgradeChocolateHeight abi.ChainEpoch = -16
|
||||||
UpgradeOhSnapHeight abi.ChainEpoch = -17
|
UpgradeOhSnapHeight abi.ChainEpoch = -17
|
||||||
UpgradeSkyrHeight abi.ChainEpoch = -18
|
UpgradeSkyrHeight abi.ChainEpoch = -18
|
||||||
UpgradeV17Height abi.ChainEpoch = -19
|
UpgradeSharkHeight abi.ChainEpoch = -19
|
||||||
|
|
||||||
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
||||||
0: DrandMainnet,
|
0: DrandMainnet,
|
||||||
|
Loading…
Reference in New Issue
Block a user