-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCHAINS.json
78 lines (78 loc) · 1.86 KB
/
CHAINS.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"name": "Bitcoin",
"symbol": "BTC",
"icon": "https://chains.blockcore.net/assets/BTC/icon.png"
},
{
"name": "Cirrus",
"symbol": "CRS",
"icon": "https://chains.blockcore.net/assets/CRS/icon.png"
},
{
"name": "City Chain",
"symbol": "CITY",
"icon": "https://chains.blockcore.net/assets/CITY/icon.png"
},
{
"name": "HomeCoin",
"symbol": "HOME",
"icon": "https://chains.blockcore.net/assets/HOME/icon.png"
},
{
"name": "Impleum",
"symbol": "IMPLX",
"icon": "https://chains.blockcore.net/assets/IMPLX/icon.png"
},
{
"name": "Molie",
"symbol": "MOL",
"icon": "https://chains.blockcore.net/assets/MOL/icon.png"
},
{
"name": "OpenExO",
"symbol": "EXOS",
"icon": "https://chains.blockcore.net/assets/EXOS/icon.png"
},
{
"name": "Royal",
"symbol": "RSC",
"icon": "https://chains.blockcore.net/assets/RSC/icon.png"
},
{
"name": "Rutanio",
"symbol": "RUTA",
"icon": "https://chains.blockcore.net/assets/RUTA/icon.png"
},
{
"name": "Senior",
"symbol": "SBC",
"icon": "https://chains.blockcore.net/assets/SBC/icon.png"
},
{
"name": "SERF",
"symbol": "SERF",
"icon": "https://chains.blockcore.net/assets/SERF/icon.png"
},
{
"name": "Stratis",
"symbol": "STRAX",
"icon": "https://chains.blockcore.net/assets/STRAX/icon.png"
},
{
"name": "Stratis-test",
"symbol": "TSTRAX",
"icon": "https://chains.blockcore.net/assets/STRAX/icon.png"
},
{
"name": "X42",
"symbol": "X42",
"icon": "https://chains.blockcore.net/assets/X42/icon.png",
"filter": true
},
{
"name": "xRhodium",
"symbol": "XRC",
"icon": "https://chains.blockcore.net/assets/XRC/icon.png"
}
]