diff --git a/app/app.go b/app/app.go index e47401ce5..d061a7a5b 100644 --- a/app/app.go +++ b/app/app.go @@ -608,6 +608,7 @@ func New( app.AccountKeeper, app.ScopedICAHostKeeper, pioMessageRouter, govAuthority, ) app.ICAHostKeeper = &icaHostKeeper + app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter()) icaModule := ica.NewAppModule(nil, app.ICAHostKeeper) icaHostIBCModule := icahost.NewIBCModule(*app.ICAHostKeeper)