mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
added Brazilian Real (BRL) as new fiatUnit
This commit is contained in:
parent
a00670a0bd
commit
14aaa4cc5e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
export const FiatUnit = Object.freeze({
|
export const FiatUnit = Object.freeze({
|
||||||
USD: { endPointKey: 'USD', symbol: '$', locale: 'en-US' },
|
USD: { endPointKey: 'USD', symbol: '$', locale: 'en-US' },
|
||||||
AUD: { endPointKey: 'AUD', symbol: '$', locale: 'en-AU' },
|
AUD: { endPointKey: 'AUD', symbol: '$', locale: 'en-AU' },
|
||||||
|
BRL: { endPointKey: 'BRL', symbol: 'R$', locale: 'pt-BR' },
|
||||||
CAD: { endPointKey: 'CAD', symbol: '$', locale: 'en-CA' },
|
CAD: { endPointKey: 'CAD', symbol: '$', locale: 'en-CA' },
|
||||||
CZK: { endPointKey: 'CZK', symbol: 'Kč', locale: 'cs-CZ' },
|
CZK: { endPointKey: 'CZK', symbol: 'Kč', locale: 'cs-CZ' },
|
||||||
CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' },
|
CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue