ADD: CLP Fiat

This commit is contained in:
Marcos Rodriguez Vélez 2020-01-07 17:56:33 -05:00 committed by Overtorment
parent 4078ed30c9
commit 7e8c216777

View file

@ -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' },