-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchains.json
54 lines (54 loc) · 1.3 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
{
"chains": [
{
"coin": "komodo",
"ticker": "KMD",
"name": "Komodo",
"shielded": false
},
{
"coin": "PIRATE",
"ticker": "ARRR",
"name": "Pirate",
"shielded": true
},
{
"coin": "VRSC",
"ticker": "VRSC",
"name": "VerusCoin",
"shielded": true
},
{
"coin": "HUSH3",
"ticker": "HUSH3",
"name": "Hush",
"shielded": true
},
{
"coin": "DEX",
"ticker": "DEX",
"name": "DEX",
"shielded": true
},
{
"coin": "SHURLI0",
"ticker": "SHURLI0",
"name": "SHURLI0",
"shielded": true
},
{
"coin": "MCL",
"ticker": "MCL",
"name": "MarmaraChain",
"shielded": true
}
],
"explorers": {
"KMD": "https://www.kmdexplorer.io/",
"PIRATE": "https://pirate.explorer.dexstats.info/",
"DEX": "https://dex.explorer.dexstats.info/",
"VRSC": "https://explorer.veruscoin.io/",
"HUSH3": "https://explorer.myhush.org/",
"MCL": "http://explorer.marmara.io/"
}
}