update both mainnet and calib upgrade epoch
This commit is contained in:
parent
64a9453db8
commit
ad8cfe1da2
@ -79,9 +79,10 @@ const UpgradeLightningHeight = 489094
|
|||||||
// 2023-04-21T16:00:00Z
|
// 2023-04-21T16:00:00Z
|
||||||
const UpgradeThunderHeight = UpgradeLightningHeight + 3120
|
const UpgradeThunderHeight = UpgradeLightningHeight + 3120
|
||||||
|
|
||||||
// 2023-11-07T13:00:00Z
|
// 2023-10-19T13:00:00Z
|
||||||
const UpgradeWatermelonHeight = 1013134
|
const UpgradeWatermelonHeight = 1013134
|
||||||
|
|
||||||
|
// 2023-11-07T13:00:00Z
|
||||||
const UpgradeWatermelonFixHeight = 1070494
|
const UpgradeWatermelonFixHeight = 1070494
|
||||||
|
|
||||||
var SupportedProofTypes = []abi.RegisteredSealProof{
|
var SupportedProofTypes = []abi.RegisteredSealProof{
|
||||||
|
@ -96,7 +96,7 @@ const UpgradeLightningHeight = 2809800
|
|||||||
const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
|
const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
|
||||||
|
|
||||||
// 2023-11-29T13:30:00Z
|
// 2023-11-29T13:30:00Z
|
||||||
const UpgradeWatermelonHeight = 3431940
|
var UpgradeWatermelonHeight = abi.ChainEpoch(3431940)
|
||||||
|
|
||||||
// This fix upgrade only ran on calibrationnet
|
// This fix upgrade only ran on calibrationnet
|
||||||
const UpgradeWatermelonFixHeight = -1
|
const UpgradeWatermelonFixHeight = -1
|
||||||
|
Loading…
Reference in New Issue
Block a user