Skip to content

Commit

Permalink
Merge pull request #517 from comdex-official/alias_rm
Browse files Browse the repository at this point in the history
Alias removal
  • Loading branch information
dheerajkd30 authored Oct 20, 2022
2 parents a1b9996 + 91e4538 commit 4e6528b
Show file tree
Hide file tree
Showing 26 changed files with 422 additions and 1,121 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ func New(
ibcRouter = ibcporttypes.NewRouter()
transferModule = ibctransfer.NewAppModule(app.IbcTransferKeeper)
transferIBCModule = ibctransfer.NewIBCModule(app.IbcTransferKeeper)
oracleModule = market.NewAppModule(app.cdc, app.MarketKeeper)
oracleModule = market.NewAppModule(app.cdc, app.MarketKeeper, app.BandoracleKeeper, app.AssetKeeper)
bandOracleIBCModule = bandoraclemodule.NewIBCModule(app.BandoracleKeeper)
)

Expand Down
206 changes: 0 additions & 206 deletions x/liquidation/keeper/alias.go

This file was deleted.

Loading

0 comments on commit 4e6528b

Please sign in to comment.