Skip to content

Commit

Permalink
add nfttransfer module in new modules list (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Nov 20, 2023
1 parent 4923623 commit 30b425c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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"
ibcnfttransfertypes "github.com/bianjieai/nft-transfer/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"
Expand All @@ -24,6 +25,7 @@ var Upgrade = upgrades.Upgrade{
group.ModuleName,
icqtypes.ModuleName,
tokenfactorytypes.ModuleName,
ibcnfttransfertypes.ModuleName,
},
},
}

0 comments on commit 30b425c

Please sign in to comment.