Skip to content

Commit

Permalink
fix: register query router (follow-up of #4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed May 28, 2024
1 parent 811ff6e commit c29d996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ignite/templates/app/files/app/ibc.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ func (app *App) registerIBCModules(appOpts servertypes.AppOptions) error {
app.MsgServiceRouter(),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())

app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper(
app.appCodec,
app.GetKey(icacontrollertypes.StoreKey),
Expand Down

0 comments on commit c29d996

Please sign in to comment.