Merge pull request #11331 from filecoin-project/feat/set-calibration-height

chore: release: Set calibration upgrade height
This commit is contained in:
Aayush Rajasekaran 2023-10-12 19:23:49 -04:00 committed by GitHub
commit 0e0b553c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,