From 87f0b1f4e13dfd5703f6bf0efe9ce74198be0c03 Mon Sep 17 00:00:00 2001 From: fx0x55 Date: Mon, 26 Dec 2022 11:06:47 +0800 Subject: [PATCH] fix: testnet height * 6312200 --- types/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/version.go b/types/version.go index 02e85f8..45f448c 100644 --- a/types/version.go +++ b/types/version.go @@ -14,7 +14,7 @@ const ( testnetMintDenom = "bsc0x0BEdB58eC8D603E71556ef8aA4014c68DBd57AD7" testnetStakingBondDenom = "ibc/169A52CA4862329131348484982CE75B3D6CC78AFB94C3107026C70CB66E7B2E" - testnetCompatibilityIBCTransferHeight = math.MaxInt64 + testnetCompatibilityIBCTransferHeight = 6312200 ) // mainnet constant