-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchains.json
More file actions
56 lines (56 loc) · 1.13 KB
/
Copy pathchains.json
File metadata and controls
56 lines (56 loc) · 1.13 KB
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
[
{
"chainType": 0,
"name": "Bitcoin",
"caip19": "bip122:000000000019d6689c085ae165831e93/slip44:0"
},
{
"chainType": 1,
"name": "Ethereum",
"caip19": "eip155:1/slip44:60"
},
{
"chainType": 1,
"name": "Polygon",
"caip19": "eip155:137/slip44:966"
},
{
"chainType": 1,
"name": "Avalanche C-Chain",
"caip19": "eip155:43114/slip44:9005"
},
{
"chainType": 1,
"name": "Arbitrum",
"caip19": "eip155:42161/slip44:9001"
},
{
"chainType": 1,
"name": "Moonbeam",
"caip19": "eip155:1284/slip44:1284"
},
{
"chainType": 2,
"name": "Polkadot",
"caip19": "polkadot:91b171bb158e2d3848fa23a9f1c25182/slip44:354",
"ss58Prefix": 0
},
{
"chainType": 2,
"name": "Kusama",
"caip19": "polkadot:b0a8d493285c2df73290dfb7e61f870f/slip44:434",
"ss58Prefix": 2
},
{
"chainType": 2,
"name": "Astar",
"caip19": "polkadot:9eb76c5184c4ab8679d2d5d819fdf90b/slip44:810",
"ss58Prefix": 5
},
{
"chainType": 2,
"name": "KILT",
"caip19": "polkadot:411f057b9107718c9624d6aa4a3f23c1/slip44:2086",
"ss58Prefix": 38
}
]