Skip to content

Commit

Permalink
add ica module to simulation manager (#2252)
Browse files Browse the repository at this point in the history
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
  • Loading branch information
crodriguezvega and colin-axner authored Sep 14, 2022
1 parent af1c5db commit 80ea89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 80ea89a

Please sign in to comment.