From 7ce8d18c0c1d53d82e7bf387ee78b2f719b10847 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:38:52 +0800 Subject: [PATCH] chore: Set calibration upgrade height --- fixtures/networks/calibration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/networks/calibration.go b/fixtures/networks/calibration.go index 517be249d5..b8cf197299 100644 --- a/fixtures/networks/calibration.go +++ b/fixtures/networks/calibration.go @@ -62,7 +62,7 @@ func Calibration() *NetworkConf { UpgradeHyggeHeight: 322354, // 2023-02-21T16:30:00Z UpgradeLightningHeight: 489094, // 2023-04-20T14:00:00Z UpgradeThunderHeight: 489094 + 3120, // 2023-04-21T16:00:00Z - UpgradeWatermelonHeight: 999999999999999, + UpgradeWatermelonHeight: 1013134, // 2023-10-19T13:00:00Z }, DrandSchedule: map[abi.ChainEpoch]config.DrandEnum{0: 1}, AddressNetwork: address.Testnet,