From c26083df0fb543d5d71e1d8862a5ae230928a111 Mon Sep 17 00:00:00 2001 From: crodriguezvega Date: Fri, 9 Sep 2022 11:28:46 +0200 Subject: [PATCH] add ica module to simulation manager --- 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()