Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
fix: use "agoric-upgrade-5" as the upgrade name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 31, 2022
1 parent 7e4b57f commit a2a0dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func NewGaiaApp(
)

app.UpgradeKeeper.SetUpgradeHandler(
"agoric-3.2",
"agoric-upgrade-5",
func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
return vm, nil
},
Expand Down

0 comments on commit a2a0dc0

Please sign in to comment.