Skip to content

Commit

Permalink
Merge pull request #357 from zikriya/develop
Browse files Browse the repository at this point in the history
isNative key allowed in getBulkCabns for public
  • Loading branch information
zikriya authored Jan 5, 2024
2 parents 93c1d78 + 693de8e commit 7f442bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/api/v1/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ module.exports = function (router: any) {
priority: 1,
isAllowedOnMultiSwap: 1,
decimals: 1,
isNative: 1,
"network._id": 1,
"network.name": 1,
"network.nameInLower": 1,
Expand Down

0 comments on commit 7f442bb

Please sign in to comment.