Skip to content

Commit

Permalink
ADD: ARS fiat currency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz authored Nov 19, 2020
1 parent b5a6e09 commit fe4533b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/fiatUnit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const FiatUnit = Object.freeze({
USD: { endPointKey: 'USD', symbol: '$', locale: 'en-US' },
ARS: { endPointKey: 'ARS', symbol: '$', locale: 'es-AR' },
AUD: { endPointKey: 'AUD', symbol: '$', locale: 'en-AU' },
BRL: { endPointKey: 'BRL', symbol: 'R$', locale: 'pt-BR' },
CAD: { endPointKey: 'CAD', symbol: '$', locale: 'en-CA' },
Expand Down

0 comments on commit fe4533b

Please sign in to comment.