Skip to content

Commit

Permalink
fix: upgrade handler v063
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Aug 21, 2024
1 parent 68e19bf commit b500853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import (
"github.com/Nolus-Protocol/nolus-core/app/keepers"
appparams "github.com/Nolus-Protocol/nolus-core/app/params"
"github.com/Nolus-Protocol/nolus-core/app/upgrades"
v062 "github.com/Nolus-Protocol/nolus-core/app/upgrades/v062"
v063 "github.com/Nolus-Protocol/nolus-core/app/upgrades/v063"
"github.com/Nolus-Protocol/nolus-core/docs"

wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
Expand All @@ -67,7 +67,7 @@ const (
var (
DefaultNodeHome string

Upgrades = []upgrades.Upgrade{v062.Upgrade}
Upgrades = []upgrades.Upgrade{v063.Upgrade}
)

var (
Expand Down

0 comments on commit b500853

Please sign in to comment.