From 915509e1dc072638762e0e786fc9571d4fa1cc19 Mon Sep 17 00:00:00 2001 From: tnv1 Date: Thu, 4 Jul 2024 14:09:20 +0700 Subject: [PATCH] Fix missing ica host query router --- app/app.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/app.go b/app/app.go index 74e2d803..068985ff 100644 --- a/app/app.go +++ b/app/app.go @@ -707,6 +707,8 @@ func NewEveApp( app.MsgServiceRouter(), authtypes.NewModuleAddress(govtypes.ModuleName).String(), ) + app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter()) + app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper( appCodec, keys[icacontrollertypes.StoreKey],