mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 14:15:22 +00:00
fix(constants-currency-symbols): replace constant
This commit is contained in:
parent
9393bd8f44
commit
a35a894f8c
@ -624,66 +624,14 @@ export const LogsTypes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const currencySymbols: Record<string, string> = {
|
export const currencySymbols: Record<string, string> = {
|
||||||
btc: '₿',
|
|
||||||
eth: 'Ξ',
|
|
||||||
ltc: 'Ł',
|
|
||||||
bch: '₿',
|
|
||||||
bnb: '₿',
|
|
||||||
eos: 'Ξ',
|
|
||||||
xrp: 'Ξ',
|
|
||||||
xlm: 'Ξ',
|
|
||||||
link: '₿',
|
|
||||||
dot: '₿',
|
|
||||||
yfi: 'Ξ',
|
|
||||||
usd: '$',
|
usd: '$',
|
||||||
aed: 'د.إ',
|
|
||||||
ars: '$',
|
|
||||||
aud: '$',
|
|
||||||
bdt: '৳',
|
|
||||||
bhd: 'ب.د',
|
|
||||||
bmd: '$',
|
|
||||||
brl: 'R$',
|
|
||||||
cad: '$',
|
|
||||||
chf: '₣',
|
|
||||||
clp: '$',
|
|
||||||
cny: '¥',
|
|
||||||
czk: 'Kč',
|
|
||||||
dkk: 'kr',
|
|
||||||
eur: '€',
|
eur: '€',
|
||||||
gbp: '£',
|
gbp: '£',
|
||||||
gel: '₾',
|
aed: 'د.إ',
|
||||||
|
aud: '$',
|
||||||
|
cad: '$',
|
||||||
|
chf: '₣',
|
||||||
hkd: '$',
|
hkd: '$',
|
||||||
huf: 'Ft',
|
|
||||||
idr: 'Rp',
|
|
||||||
ils: '₪',
|
|
||||||
inr: '₹',
|
|
||||||
jpy: '¥',
|
|
||||||
krw: '₩',
|
|
||||||
kwd: 'د.ك',
|
|
||||||
lkr: 'රු',
|
|
||||||
mmk: 'K',
|
|
||||||
mxn: '$',
|
|
||||||
myr: 'RM',
|
|
||||||
ngn: '₦',
|
|
||||||
nok: 'kr',
|
|
||||||
nzd: '$',
|
|
||||||
php: '₱',
|
|
||||||
pkr: '₨',
|
|
||||||
pln: 'zł',
|
|
||||||
rub: '₽',
|
|
||||||
sar: 'ر.س',
|
|
||||||
sek: 'kr',
|
|
||||||
sgd: '$',
|
sgd: '$',
|
||||||
thb: '฿',
|
btc: '₿',
|
||||||
try: '₺',
|
|
||||||
twd: '$',
|
|
||||||
uah: '₴',
|
|
||||||
vef: 'Bs.',
|
|
||||||
vnd: '₫',
|
|
||||||
zar: 'R',
|
|
||||||
xdr: 'SDR',
|
|
||||||
xag: 'XAG',
|
|
||||||
xau: 'XAU',
|
|
||||||
bits: 'ƀ',
|
|
||||||
sats: '',
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user