We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df24aa4 commit 7adfdb5Copy full SHA for 7adfdb5
1 file changed
app/upgrades.go
@@ -36,7 +36,7 @@ import (
36
)
37
38
// ---- Match this to the plan name that is already stored on disk and halted the chain.
39
-const UpgradeNameV053 = "v0.15.0-rc2-gemini"
+const UpgradeNameV053 = "v0.15.0-rc1-gemini"
40
41
// List ALL new/renamed/deleted KV stores at this upgrade height.
42
var v053StoreUpgrades = storetypes.StoreUpgrades{
0 commit comments