diff --git a/models/fiatUnit.js b/models/fiatUnit.js index 03c6c7e5c..3896b7131 100644 --- a/models/fiatUnit.js +++ b/models/fiatUnit.js @@ -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' },