From 80ea89a356da6606b351f0e00fc82786a5c13fad Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 14 Sep 2022 22:46:56 +0200 Subject: [PATCH] add ica module to simulation manager (#2252) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> --- testing/simapp/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/simapp/app.go b/testing/simapp/app.go index 42498472f9e..bbc1faa6440 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -604,6 +604,7 @@ func NewSimApp( authzmodule.NewAppModule(appCodec, app.AuthzKeeper, app.AccountKeeper, app.BankKeeper, app.interfaceRegistry), ibc.NewAppModule(app.IBCKeeper), transfer.NewAppModule(app.TransferKeeper), + ica.NewAppModule(&app.ICAControllerKeeper, &app.ICAHostKeeper), ) app.sm.RegisterStoreDecoders()