Skip to content

Commit

Permalink
docs: include ics4Wrapper in hostkeeper.NewKeeper ics27 integration…
Browse files Browse the repository at this point in the history
… docs (#2351) (#2380)

* updating ica integration docs

* Update docs/apps/interchain-accounts/integration.md

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
(cherry picked from commit d527aa3)

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
  • Loading branch information
mergify[bot] and damiannolan committed Sep 26, 2022
1 parent b6921cd commit 259522d
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 259522d

Please sign in to comment.