Skip to content

Commit

Permalink
upgrade(v3.2): fix upgrade handler (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Mar 6, 2024
1 parent 7b69b55 commit c4f4b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v3.2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
ibchookstypes "github.com/cosmos/ibc-apps/modules/ibc-hooks/v7/types"
)

const UpgradeName = "v3.2-test"
const UpgradeName = "v3.2"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateV3_2UpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{ibchookstypes.ModuleName},
Added: []string{ibchookstypes.StoreKey},
},
}

0 comments on commit c4f4b17

Please sign in to comment.