Skip to content

Commit a94d37e

Browse files
add ica module to simulation manager (cosmos#2252) (cosmos#2294)
Co-authored-by: colin axnér <[email protected]> (cherry picked from commit 80ea89a) Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent fec6e59 commit a94d37e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/simapp/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ func NewSimApp(
589589
authzmodule.NewAppModule(appCodec, app.AuthzKeeper, app.AccountKeeper, app.BankKeeper, app.interfaceRegistry),
590590
ibc.NewAppModule(app.IBCKeeper),
591591
transfer.NewAppModule(app.TransferKeeper),
592+
ica.NewAppModule(&app.ICAControllerKeeper, &app.ICAHostKeeper),
592593
)
593594

594595
app.sm.RegisterStoreDecoders()

0 commit comments

Comments
 (0)