diff --git a/app/app.go b/app/app.go index fba111b06e..6e0fcc1146 100644 --- a/app/app.go +++ b/app/app.go @@ -551,6 +551,8 @@ func New( app.AccountKeeper, scopedICAHostKeeper, app.MsgServiceRouter(), ) + app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter()) + // UIbcQuotaKeeper implements ibcporttypes.ICS4Wrapper app.UIbcQuotaKeeperB = uibcquota.NewBuilder( appCodec, keys[uibc.StoreKey],