mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
ADD: Philippines Peso currency
This commit is contained in:
parent
1e770f779b
commit
42b67104ef
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ export const FiatUnit = Object.freeze({
|
|||
NOK: { endPointKey: 'NOK', symbol: 'kr', locale: 'nb-NO' },
|
||||
NZD: { endPointKey: 'NZD', symbol: '$', locale: 'en-NZ' },
|
||||
PLN: { endPointKey: 'PLN', symbol: 'zł', locale: 'pl-PL' },
|
||||
PHP: { endPointKey: 'PHP', symbol: '₱', locale: 'en-PH' },
|
||||
RUB: { endPointKey: 'RUB', symbol: '₽', locale: 'ru-RU' },
|
||||
SGD: { endPointKey: 'SGD', symbol: 'S$', locale: 'zh-SG' },
|
||||
SEK: { endPointKey: 'SEK', symbol: 'kr', locale: 'sv-SE' },
|
||||
|
|
Loading…
Add table
Reference in a new issue