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' }, 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' }, GBP: { endPointKey: 'GBP', symbol: '£', locale: 'en-GB' }, HRK: { endPointKey: 'HRK', symbol: 'HRK', locale: 'hr-HR' }, HUF: { endPointKey: 'HUF', symbol: 'Ft', locale: 'hu-HU' }, INR: { endPointKey: 'INR', symbol: '₹', locale: 'hi-HN' }, JPY: { endPointKey: 'JPY', symbol: '¥', locale: 'ja-JP' }, KRW: { endPointKey: 'KRW', symbol: '₩', locale: 'ko-KR' }, MXN: { endPointKey: 'MXN', symbol: '$', locale: 'es-MX' }, MYR: { endPointKey: 'MYR', symbol: 'RM', locale: 'ms-MY' }, NOK: { endPointKey: 'NOK', symbol: 'kr', locale: 'nb-NO' }, NZD: { endPointKey: 'NZD', symbol: '$', locale: 'en-NZ' }, PLN: { endPointKey: 'PLN', symbol: 'zł', locale: 'pl-PL' }, RUB: { endPointKey: 'RUB', symbol: '₽', locale: 'ru-RU' }, SGD: { endPointKey: 'SGD', symbol: 'S$', locale: 'zh-SG' }, SEK: { endPointKey: 'SEK', symbol: 'kr', locale: 'sv-SE' }, THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH' }, VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE' }, ZAR: { endPointKey: 'ZAR', symbol: 'R', locale: 'en-ZA' }, });