Skip to content

Commit

Permalink
Merge branch 'main' into damian/rename-migrations-ica
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 26, 2022
2 parents f842c5b + d527aa3 commit 7cb1866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/apps/interchain-accounts/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper(
)
app.ICAHostKeeper = icahostkeeper.NewKeeper(
appCodec, keys[icahosttypes.StoreKey], app.GetSubspace(icahosttypes.SubModuleName),
app.IBCKeeper.ChannelKeeper, // may be replaced with middleware such as ics29 fee
app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper,
app.AccountKeeper, scopedICAHostKeeper, app.MsgServiceRouter(),
)
Expand Down

0 comments on commit 7cb1866

Please sign in to comment.