Skip to content

Commit

Permalink
fix experimental build
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 29, 2023
1 parent 462dd8e commit d04500e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/experimental_appconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ func (app *UmeeApp) customKeepers(
app.DistrKeeper,
app.IBCKeeper.ChannelKeeper,
&app.IBCKeeper.PortKeeper,
app.ScopedWasmKeeper,
&app.UIBCTransferKeeper.Keeper,
app.ScopedWasmKeeper, // capabilities
&app.UIBCTransferKeeper.Keeper, // ICS20TransferPortSource
app.MsgServiceRouter(),
app.GRPCQueryRouter(),
wasmDir,
wasmConfig,
availableCapabilities,
Expand Down

0 comments on commit d04500e

Please sign in to comment.