Skip to content

Commit

Permalink
Merge pull request BlueWallet#2159 from BlueWallet/marcosrdz-patch-4
Browse files Browse the repository at this point in the history
ADD: ARS fiat currency
  • Loading branch information
marcosrdz authored Nov 19, 2020
2 parents 3364175 + fe4533b commit 1063009
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 1063009

Please sign in to comment.