Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 13, 2025
1 parent feaae76 commit 320d87e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simapp/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
//
// NOTE: This upgrade defines a reference implementation of what an upgrade
// could look like when an application is migrating from Cosmos SDK version
// v0.59.x to v0.52.x.
// v0.50.x to v0.52.x.
const UpgradeName = "v050-to-v052"

func (app SimApp) RegisterUpgradeHandlers() {
Expand Down
4 changes: 2 additions & 2 deletions simapp/v2/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import (
)

// UpgradeName defines the on-chain upgrade name for the sample SimApp upgrade
// from v0.50.x to v052
// from v0.50.x to v0.52.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 v052.
// v0.50.x to v0.52.x.
const UpgradeName = "v050-to-v052"

func (app *SimApp[T]) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit 320d87e

Please sign in to comment.