ADD: NGN currency

This commit is contained in:
Marcos Rodriguez Vélez 2020-09-08 12:54:31 -04:00 committed by Overtorment
parent 7d65ab7d1c
commit 732bf94221

View file

@ -18,6 +18,7 @@ export const FiatUnit = Object.freeze({
KRW: { endPointKey: 'KRW', symbol: '₩', locale: 'ko-KR' },
MXN: { endPointKey: 'MXN', symbol: '$', locale: 'es-MX' },
MYR: { endPointKey: 'MYR', symbol: 'RM', locale: 'ms-MY' },
NGN: { endPointKey: 'NGN', symbol: '₦', locale: 'en-NG' },
NOK: { endPointKey: 'NOK', symbol: 'kr', locale: 'nb-NO' },
NZD: { endPointKey: 'NZD', symbol: '$', locale: 'en-NZ' },
PLN: { endPointKey: 'PLN', symbol: 'zł', locale: 'pl-PL' },