Skip to content

Commit

Permalink
refactor: remove extraneous fiat currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jblewnormal committed Nov 12, 2024
1 parent fdfbbe2 commit 37f9d87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/types/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export * from './deposits';
export * from './orders';

export enum AmountType {
BASE = 'BASE', // @dev
QUOTE = 'QUOTE', // @dev
BASE = 'BASE',
QUOTE = 'QUOTE',
}
20 changes: 10 additions & 10 deletions src/types/indexes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ export enum IndexQuoteFiatCurrency {
CHF = 'CHF',
AUD = 'AUD',
JPY = 'JPY',
ART = 'ART',
BRL = 'BRL',
CZK = 'CZK',
IDRT = 'IDRT',
MXN = 'MXN',
PLN = 'PLN',
RON = 'RON',
TRY = 'TRY',
UAH = 'UAH',
ZAR = 'ZAR',
// ART = 'ART',
// BRL = 'BRL',
// CZK = 'CZK',
// IDRT = 'IDRT',
// MXN = 'MXN',
// PLN = 'PLN',
// RON = 'RON',
// TRY = 'TRY',
// UAH = 'UAH',
// ZAR = 'ZAR',
}

export const IndexQuoteCurrency = {
Expand Down

0 comments on commit 37f9d87

Please sign in to comment.