Skip to content

Commit

Permalink
add new modules in store upgrades list (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Oct 16, 2023
1 parent 7f1cfa4 commit bc296ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/upgrades/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ package v2

import (
"github.com/OmniFlix/omniflixhub/v2/app/upgrades"
globalfeetypes "github.com/OmniFlix/omniflixhub/v2/x/globalfee/types"
tokenfactorytypes "github.com/OmniFlix/omniflixhub/v2/x/tokenfactory/types"
store "github.com/cosmos/cosmos-sdk/store/types"
consensustypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
"github.com/cosmos/cosmos-sdk/x/group"
icqtypes "github.com/cosmos/ibc-apps/modules/async-icq/v7/types"
)

const UpgradeName = "v2"
Expand All @@ -16,6 +20,10 @@ var Upgrade = upgrades.Upgrade{
Added: []string{
consensustypes.ModuleName,
crisistypes.ModuleName,
globalfeetypes.ModuleName,
group.ModuleName,
icqtypes.ModuleName,
tokenfactorytypes.ModuleName,
},
},
}

0 comments on commit bc296ab

Please sign in to comment.