Skip to content

Commit

Permalink
Implement inter-query module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan-saradar committed Jul 6, 2022
1 parent 6fed08f commit dc5a1da
Show file tree
Hide file tree
Showing 32 changed files with 2,306 additions and 653 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ func New(
keys[interquerymoduletypes.MemStoreKey],
app.GetSubspace(interquerymoduletypes.ModuleName),
app.IBCKeeper.ChannelKeeper,
app.IBCKeeper.ChannelKeeper,
&app.IBCKeeper.PortKeeper,
scopedInterqueryKeeper,
)
Expand Down
Loading

0 comments on commit dc5a1da

Please sign in to comment.