Skip to content

Commit

Permalink
add ica module to simulation manager (#2252) (#2294)
Browse files Browse the repository at this point in the history
Co-authored-by: colin axnér <[email protected]>
(cherry picked from commit 80ea89a)

Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
mergify[bot] and crodriguezvega authored Sep 15, 2022
1 parent fec6e59 commit a94d37e
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 @@ -589,6 +589,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 a94d37e

Please sign in to comment.