mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
ADD: CLP Fiat
This commit is contained in:
parent
4078ed30c9
commit
7e8c216777
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ export const FiatUnit = Object.freeze({
|
|||
BRL: { endPointKey: 'BRL', symbol: 'R$', locale: 'pt-BR' },
|
||||
CAD: { endPointKey: 'CAD', symbol: '$', locale: 'en-CA' },
|
||||
CHF: { endPointKey: 'CHF', symbol: 'CHF', locale: 'de-CH' },
|
||||
CLP: { endPointKey: 'CLP', symbol: '$', locale: 'es-CL' },
|
||||
CZK: { endPointKey: 'CZK', symbol: 'Kč', locale: 'cs-CZ' },
|
||||
CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' },
|
||||
EUR: { endPointKey: 'EUR', symbol: '€', locale: 'en-EN' },
|
||||
|
|
Loading…
Add table
Reference in a new issue