ADD: KES Fiat

This commit is contained in:
Marcos Rodriguez Vélez 2020-09-08 12:58:07 -04:00 committed by Overtorment
parent 732bf94221
commit d4e48ea4be

View File

@ -15,6 +15,7 @@ export const FiatUnit = Object.freeze({
ILS: { endPointKey: 'ILS', symbol: '₪', locale: 'he-IL' },
INR: { endPointKey: 'INR', symbol: '₹', locale: 'hi-HN' },
JPY: { endPointKey: 'JPY', symbol: '¥', locale: 'ja-JP' },
KES: { endPointKey: 'KES', symbol: 'Ksh', locale: 'en-KE' },
KRW: { endPointKey: 'KRW', symbol: '₩', locale: 'ko-KR' },
MXN: { endPointKey: 'MXN', symbol: '$', locale: 'es-MX' },
MYR: { endPointKey: 'MYR', symbol: 'RM', locale: 'ms-MY' },