We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af2776 commit df24aa4Copy full SHA for df24aa4
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.14.0" // <-- CHANGE if your plan name is different.
+const UpgradeNameV053 = "v0.15.0-rc2-gemini"
40
41
// List ALL new/renamed/deleted KV stores at this upgrade height.
42
var v053StoreUpgrades = storetypes.StoreUpgrades{
0 commit comments