update both mainnet and calib upgrade epoch

This commit is contained in:
Jiaying Wang 2023-11-02 03:52:31 +08:00
parent 64a9453db8
commit ad8cfe1da2
2 changed files with 3 additions and 2 deletions

View File

@ -79,9 +79,10 @@ const UpgradeLightningHeight = 489094
// 2023-04-21T16:00:00Z
const UpgradeThunderHeight = UpgradeLightningHeight + 3120
// 2023-11-07T13:00:00Z
// 2023-10-19T13:00:00Z
const UpgradeWatermelonHeight = 1013134
// 2023-11-07T13:00:00Z
const UpgradeWatermelonFixHeight = 1070494
var SupportedProofTypes = []abi.RegisteredSealProof{

View File

@ -96,7 +96,7 @@ const UpgradeLightningHeight = 2809800
const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
// 2023-11-29T13:30:00Z
const UpgradeWatermelonHeight = 3431940
var UpgradeWatermelonHeight = abi.ChainEpoch(3431940)
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -1