From 6b33ddef6ec469d9745243612d120cec7618c26c Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Thu, 20 Jun 2024 14:18:54 -0400 Subject: [PATCH] Update app.go for ibc-go 8.3.2 --- app/app.go | 1 + 1 file changed, 1 insertion(+) 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)