diff --git a/app/upgrades/v10/constants.go b/app/upgrades/v10/constants.go
index 76656f00a7f0d7b0e9617791934704ea1930d745..7a9846b90f75c2aee1def15c1db93f0ef9b25df5 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: