Skip to content

Commit

Permalink
Merge pull request #15 from AktaryTech/geoff/orders-balances-updates
Browse files Browse the repository at this point in the history
Geoff/orders balances updates
  • Loading branch information
gaballard authored Sep 20, 2022
2 parents cd86afb + c680ba6 commit ce3c8de
Show file tree
Hide file tree
Showing 118 changed files with 3,286 additions and 1,887 deletions.
5 changes: 4 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export const DEFAULT_LIMIT = process.env.RIPPLE_DEFAULT_LIMIT ? parseInt(process.env.RIPPLE_DEFAULT_LIMIT) : 20;
export const DEFAULT_LIMIT = process.env.XRPL_DEFAULT_LIMIT ? parseInt(process.env.XRPL_DEFAULT_LIMIT) : 20;
export const DEFAULT_SEARCH_LIMIT = process.env.XRPL_DEFAULT_SEARCH_LIMIT
? parseInt(process.env.XRPL_DEFAULT_SEARCH_LIMIT)
: 100;

export const FEE_CURRENCY = 'XRP';

Expand Down
211 changes: 0 additions & 211 deletions src/data/currencies.json

This file was deleted.

Loading

0 comments on commit ce3c8de

Please sign in to comment.