Skip to content

Commit

Permalink
fix: add mising query router
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Jul 5, 2024
1 parent 4fc56ef commit 188f748
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 @@ -601,6 +601,8 @@ func NewMigalooApp(
app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper,
app.AccountKeeper, scopedICAHostKeeper, app.MsgServiceRouter(),
)
app.ICAHostKeeper.WithQueryRouter(app.BaseApp.GRPCQueryRouter())

icaModule := ica.NewAppModule(nil, &app.ICAHostKeeper)
app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())

Expand Down

0 comments on commit 188f748

Please sign in to comment.