Update butterfly-schedule
Update butterfly-schedule
This commit is contained in:
parent
5743ed0151
commit
4534416aa3
@ -19,7 +19,7 @@ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
|||||||
0: DrandMainnet,
|
0: DrandMainnet,
|
||||||
}
|
}
|
||||||
|
|
||||||
const GenesisNetworkVersion = network.Version18
|
const GenesisNetworkVersion = network.Version20
|
||||||
|
|
||||||
var NetworkBundle = "butterflynet"
|
var NetworkBundle = "butterflynet"
|
||||||
var BundleOverrides map[actorstypes.Version]string
|
var BundleOverrides map[actorstypes.Version]string
|
||||||
@ -52,13 +52,11 @@ const UpgradeOhSnapHeight = -18
|
|||||||
const UpgradeSkyrHeight = -19
|
const UpgradeSkyrHeight = -19
|
||||||
const UpgradeSharkHeight = -20
|
const UpgradeSharkHeight = -20
|
||||||
const UpgradeHyggeHeight = -21
|
const UpgradeHyggeHeight = -21
|
||||||
|
const UpgradeLightningHeight = -22
|
||||||
|
const UpgradeThunderHeight = -23
|
||||||
|
|
||||||
const UpgradeLightningHeight = 50
|
// 2023-07-19
|
||||||
|
const UpgradeWatermelonHeight = 5760
|
||||||
const UpgradeThunderHeight = UpgradeLightningHeight + 360
|
|
||||||
|
|
||||||
// ??????????
|
|
||||||
const UpgradeWatermelonHeight = 999999999999999
|
|
||||||
|
|
||||||
var SupportedProofTypes = []abi.RegisteredSealProof{
|
var SupportedProofTypes = []abi.RegisteredSealProof{
|
||||||
abi.RegisteredSealProof_StackedDrg512MiBV1,
|
abi.RegisteredSealProof_StackedDrg512MiBV1,
|
||||||
|
Loading…
Reference in New Issue
Block a user