Skip to content

Commit

Permalink
Merge pull request #598 from neutron-org/fix/genesis-ordering
Browse files Browse the repository at this point in the history
switched oracle and marketmap order
  • Loading branch information
pr0n00gler authored Jun 25, 2024
2 parents 9f68b10 + 62a6358 commit 80632ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,8 @@ func New(
crontypes.ModuleName,
globalfee.ModuleName,
feemarkettypes.ModuleName,
marketmaptypes.ModuleName,
oracletypes.ModuleName,
marketmaptypes.ModuleName,
ibcswaptypes.ModuleName,
dextypes.ModuleName,
dynamicfeestypes.ModuleName,
Expand Down

0 comments on commit 80632ba

Please sign in to comment.