From 36821cd6602d2994d3ed4be191579ba0b31ebe6c Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:44:13 +0800 Subject: [PATCH] chore: update testnet upgrade height (#621) Co-authored-by: nulnut <151493716+nulnut@users.noreply.github.com> --- types/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/version.go b/types/version.go index 40dca466..cd41f231 100644 --- a/types/version.go +++ b/types/version.go @@ -37,7 +37,7 @@ const ( TestnetBlockHeightV71 = 14_369_500 // v7.1 TestnetBlockHeightV72 = 14_389_000 // v7.2 TestnetBlockHeightV73 = 14_551_500 // v7.3 - TestnetBlockHeightV74 = 15_571_000 // v7.4 + TestnetBlockHeightV74 = 15_614_000 // v7.4 ) var (