Skip to content

Commit

Permalink
add missing ibchooks setup
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Mar 27, 2024
1 parent 9192362 commit 4d85ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ func NewMinitiaApp(
packetforward.NewAppModule(app.PacketForwardKeeper, nil),
icq.NewAppModule(*app.ICQKeeper, nil),
fetchprice.NewAppModule(appCodec, *app.FetchPriceKeeper),
ibchooks.NewAppModule(appCodec, *app.IBCHooksKeeper),
// slinky modules
oracle.NewAppModule(appCodec, *app.OracleKeeper),
)
Expand Down Expand Up @@ -744,6 +745,7 @@ func NewMinitiaApp(
ibctransfertypes.ModuleName, icatypes.ModuleName, icaauthtypes.ModuleName,
ibcfeetypes.ModuleName, auctiontypes.ModuleName, oracletypes.ModuleName,
packetforwardtypes.ModuleName, icqtypes.ModuleName, fetchpricetypes.ModuleName,
ibchookstypes.ModuleName,
}

app.ModuleManager.SetOrderInitGenesis(genesisModuleOrder...)
Expand Down

0 comments on commit 4d85ae0

Please sign in to comment.