mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
ADD: KRW Fiat
This commit is contained in:
parent
eab9f2b121
commit
6fbcd7bfa6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ export const FiatUnit = Object.freeze({
|
|||
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' },
|
||||
NZD: { endPointKey: 'NZD', symbol: '$', locale: 'en-NZ' },
|
||||
|
|
Loading…
Add table
Reference in a new issue