From 38b9aeed53a3dfe5501b1ec2fa6b51138b0957e1 Mon Sep 17 00:00:00 2001
From: Adam Tucker <adamleetucker@outlook.com>
Date: Sat, 18 Jun 2022 01:01:22 +0000
Subject: [PATCH] v10 testnet height 5146000

---
 app/upgrades/v10/constants.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/upgrades/v10/constants.go b/app/upgrades/v10/constants.go
index 76656f00a..7a9846b90 100644
--- a/app/upgrades/v10/constants.go
+++ b/app/upgrades/v10/constants.go
@@ -7,7 +7,7 @@ import (
 // Last executed block on the v9 code was 4713064.
 // Last committed block is assumed to be 4713064, as we have block proposals that were not precommitted upon
 // for 4713065.
-const ForkHeight = 4713065
+const ForkHeight = 5146000
 
 // UpgradeName defines the on-chain upgrade name for the Osmosis v9-fork for recovery.
 // This is not called v10, due to this bug that would require a state migration to fix:
-- 
GitLab