From a15283f8342e4a192d2f1a0b6c3fd20744615df5 Mon Sep 17 00:00:00 2001 From: fx0x55 Date: Tue, 20 Dec 2022 17:11:12 +0800 Subject: [PATCH] fix: mainnet hard fork height * hard fork height: 6869100 * software upgrade height: 6869101 --- types/version.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/types/version.go b/types/version.go index 93f86d7..0bc568e 100644 --- a/types/version.go +++ b/types/version.go @@ -1,7 +1,6 @@ package types import ( - "math" "os" "sync" @@ -24,8 +23,8 @@ const ( mainnetMintDenom = "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C" mainnetStakingBondDenom = "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78" - mainnetV2HardForkHeight = math.MaxUint64 - mainnetV2UpgradeHeight = math.MaxUint64 + mainnetV2HardForkHeight = 6869100 + mainnetV2UpgradeHeight = 6869101 ) var (