Skip to content

Commit

Permalink
Merge pull request #11331 from filecoin-project/feat/set-calibration-…
Browse files Browse the repository at this point in the history
…height

chore: release: Set calibration upgrade height
  • Loading branch information
arajasek authored Oct 12, 2023
2 parents 2ebd8cd + 5c68afa commit 0e0b553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const UpgradeLightningHeight = 489094
// 2023-04-21T16:00:00Z
const UpgradeThunderHeight = UpgradeLightningHeight + 3120

// ??????????
const UpgradeWatermelonHeight = 999999999999999
// 2023-10-19T13:00:00Z
const UpgradeWatermelonHeight = 1013134

var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1,
Expand Down

0 comments on commit 0e0b553

Please sign in to comment.