mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
ADD: NGN currency
This commit is contained in:
parent
7d65ab7d1c
commit
732bf94221
1 changed files with 1 additions and 0 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Reference in a new issue