Skip to content

Commit

Permalink
Added Market Module from Main / Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed Dec 11, 2023
1 parent 3e8051f commit 4c79251
Show file tree
Hide file tree
Showing 147 changed files with 57,440 additions and 2,006 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ func New(
keys[marketmoduletypes.StoreKey],
keys[marketmoduletypes.MemStoreKey],
app.GetSubspace(marketmoduletypes.ModuleName),
app.BankKeeper,
)
marketModule := marketmodule.NewAppModule(appCodec, app.MarketKeeper, app.AccountKeeper, app.BankKeeper)

Expand Down
Loading

0 comments on commit 4c79251

Please sign in to comment.