chore: update butterfly for reset of v16
This commit is contained in:
parent
2b8aaf7261
commit
cda21546c4
@ -17,7 +17,7 @@ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
|||||||
0: DrandMainnet,
|
0: DrandMainnet,
|
||||||
}
|
}
|
||||||
|
|
||||||
const GenesisNetworkVersion = network.Version14
|
const GenesisNetworkVersion = network.Version15
|
||||||
|
|
||||||
var NetworkBundle = "butterflynet"
|
var NetworkBundle = "butterflynet"
|
||||||
var BundleOverrides map[actors.Version]string
|
var BundleOverrides map[actors.Version]string
|
||||||
@ -46,10 +46,9 @@ const UpgradeTurboHeight = -15
|
|||||||
const UpgradeHyperdriveHeight = -16
|
const UpgradeHyperdriveHeight = -16
|
||||||
const UpgradeChocolateHeight = -17
|
const UpgradeChocolateHeight = -17
|
||||||
|
|
||||||
const UpgradeOhSnapHeight = 240
|
const UpgradeOhSnapHeight = -18
|
||||||
|
|
||||||
// 2022-05-31T14:32:00Z
|
const UpgradeSkyrHeight = abi.ChainEpoch(50)
|
||||||
const UpgradeSkyrHeight = abi.ChainEpoch(333258)
|
|
||||||
|
|
||||||
var SupportedProofTypes = []abi.RegisteredSealProof{
|
var SupportedProofTypes = []abi.RegisteredSealProof{
|
||||||
abi.RegisteredSealProof_StackedDrg512MiBV1,
|
abi.RegisteredSealProof_StackedDrg512MiBV1,
|
||||||
|
Loading…
Reference in New Issue
Block a user