Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: revive dex module using intermediate test app #1092

Merged
merged 6 commits into from
Nov 30, 2022

Conversation

Unique-Divine
Copy link
Member

@Unique-Divine Unique-Divine commented Nov 29, 2022

Adds the x/dex module to the NibiruApp

@Unique-Divine Unique-Divine marked this pull request as ready for review November 29, 2022 18:30
@Unique-Divine Unique-Divine requested a review from a team as a code owner November 29, 2022 18:30
@@ -383,25 +390,25 @@ func NewNibiruApp(
app.accountKeeper = authkeeper.NewAccountKeeper(
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms,
)
app.bankKeeper = bankkeeper.NewBaseKeeper(
app.BankKeeper = bankkeeper.NewBaseKeeper(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

@matthiasmatt matthiasmatt merged commit 1168754 into master Nov 30, 2022
@matthiasmatt matthiasmatt deleted the realu/wire-dex branch November 30, 2022 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants