From 5fa44b12e84f13eaeef0b91ed124bd423572ba52 Mon Sep 17 00:00:00 2001 From: Phi Date: Thu, 12 Oct 2023 21:42:33 +0100 Subject: [PATCH] chore: build: set calibration upgrade height chore: build: set calibration upgrade height --- build/params_calibnet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/params_calibnet.go b/build/params_calibnet.go index da3d228cb..9f5cbaed8 100644 --- a/build/params_calibnet.go +++ b/build/params_calibnet.go @@ -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 = 1013200 var SupportedProofTypes = []abi.RegisteredSealProof{ abi.RegisteredSealProof_StackedDrg32GiBV1,