-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurrencies.json
64 lines (64 loc) · 1.47 KB
/
currencies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"id": "eth",
"logo": "https://s2.coinmarketcap.com/static/img/coins/32x32/1027.png",
"name": "ETH",
"symbol": "ETH",
"networks": [
"eth",
"polygon",
"loopring",
"xdai",
"zksync",
"hermez"
],
"active": true
},
{
"id": "dai",
"logo": "https://s2.coinmarketcap.com/static/img/coins/32x32/4943.png",
"name": "DAI",
"symbol": "DAI",
"networks": [
"eth",
"polygon",
"loopring",
"xdai",
"zksync",
"hermez"
],
"active": true
},
{
"id": "usdt",
"logo": "https://s2.coinmarketcap.com/static/img/coins/32x32/825.png",
"name": "USDT",
"symbol": "USDT",
"networks": [
"eth",
"polygon"
],
"active": true
},
{
"id": "usdc",
"logo": "https://s2.coinmarketcap.com/static/img/coins/32x32/3408.png",
"name": "USDC",
"symbol": "USDC",
"networks": [
"eth"
],
"active": true
},
{
"id": "czk",
"logo": "https://firebasestorage.googleapis.com/v0/b/gwei-p2p.appspot.com/o/currencies%2Fczk.png?alt=media",
"name": "Česká koruna",
"symbol": "Kč",
"networks": [
"revolut",
"paypal"
],
"active": true
}
]