Skip to content

Commit

Permalink
update both mainnet and calib upgrade epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaying Wang authored and Jiaying Wang committed Nov 1, 2023
1 parent 64a9453 commit ad8cfe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion build/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad8cfe1

Please sign in to comment.