From be686bb9b9a0e33d06387bba0c36fa352c47a98a Mon Sep 17 00:00:00 2001 From: fx0x55 Date: Fri, 9 Dec 2022 16:44:35 +0800 Subject: [PATCH] chore: testnet v2 hard fork height * hard fork height: 6052800 * software upgrade height: 6053000 --- types/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/version.go b/types/version.go index fc53807..93f86d7 100644 --- a/types/version.go +++ b/types/version.go @@ -14,8 +14,8 @@ const ( testnetMintDenom = "bsc0x0BEdB58eC8D603E71556ef8aA4014c68DBd57AD7" testnetStakingBondDenom = "ibc/169A52CA4862329131348484982CE75B3D6CC78AFB94C3107026C70CB66E7B2E" - testnetV2HardForkHeight = math.MaxUint64 - testnetV2UpgradeHeight = math.MaxUint64 + testnetV2HardForkHeight = 6052800 + testnetV2UpgradeHeight = 6053000 ) // mainnet constant