mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +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({
|
||||
USD: { endPointKey: 'USD', symbol: '$', locale: 'en-US' },
|
||||
AUD: { endPointKey: 'AUD', symbol: '$', locale: 'en-AU' },
|
||||
BRL: { endPointKey: 'BRL', symbol: 'R$', locale: 'pt-BR' },
|
||||
CAD: { endPointKey: 'CAD', symbol: '$', locale: 'en-CA' },
|
||||
CZK: { endPointKey: 'CZK', symbol: 'Kč', locale: 'cs-CZ' },
|
||||
CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' },
|
||||
|
|
Loading…
Add table
Reference in a new issue