docs: tooling (#22049)
This commit is contained in:
+3
-3
@@ -15,12 +15,12 @@ import (
|
||||
)
|
||||
|
||||
// UpgradeName defines the on-chain upgrade name for the sample SimApp upgrade
|
||||
// from v0.50.x to v0.51.x
|
||||
// from v0.52.x to v0.54.x
|
||||
//
|
||||
// NOTE: This upgrade defines a reference implementation of what an upgrade
|
||||
// could look like when an application is migrating from Cosmos SDK version
|
||||
// v0.50.x to v0.51.x.
|
||||
const UpgradeName = "v050-to-v051"
|
||||
// v0.52.x to v0.54.x.
|
||||
const UpgradeName = "v052-to-v054"
|
||||
|
||||
func (app SimApp) RegisterUpgradeHandlers() {
|
||||
app.UpgradeKeeper.SetUpgradeHandler(
|
||||
|
||||
@@ -14,12 +14,12 @@ import (
|
||||
)
|
||||
|
||||
// UpgradeName defines the on-chain upgrade name for the sample SimApp upgrade
|
||||
// from v0.50.x to v0.51.x
|
||||
// from v0.52.x to v2
|
||||
//
|
||||
// NOTE: This upgrade defines a reference implementation of what an upgrade
|
||||
// could look like when an application is migrating from Cosmos SDK version
|
||||
// v0.50.x to v0.51.x.
|
||||
const UpgradeName = "v050-to-v051"
|
||||
// v0.52.x to v2.
|
||||
const UpgradeName = "v052-to-v2"
|
||||
|
||||
func (app *SimApp[T]) RegisterUpgradeHandlers() {
|
||||
app.UpgradeKeeper.SetUpgradeHandler(
|
||||
|
||||
Reference in New Issue
Block a user