forked from RostislavLitovkin/PlutoFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchains.json
56 lines (56 loc) · 1.26 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
{
"chains": [
{
"name": "Polkadot",
"websocket": "wss://polkadot.api.onfinality.io/public-ws"
},
{
"name": "PolkadotAssetHub",
"websocket": "wss://polkadot-asset-hub-rpc.polkadot.io"
},
{
"name": "PolkadotPeople",
"websocket": "wss://polkadot-people-rpc.polkadot.io"
},
{
"name": "Bifrost",
"websocket": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
},
{
"name": "Hydration",
"websocket": "wss://rpc.hydradx.cloud"
},
{
"name": "Bajun",
"websocket": "wss://bajun.public.curie.radiumblock.co/ws"
},
{
"name": "Opal",
"websocket": "wss://eu-ws-opal.unique.network"
},
{
"name": "Unique",
"websocket": "wss://eu-ws.unique.network"
},
{
"name": "InvArch",
"websocket": "wss://invarch-rpc.dwellir.com"
},
{
"name": "KusamaAssetHub",
"websocket": "wss://sys.dotters.network/statemine"
},
{
"name": "Mythos",
"websocket": "wss://polkadot-mythos-rpc.polkadot.io"
},
{
"name": "XcavatePaseo",
"websocket": "wss://fraa-dancebox-3107-rpc.a.dancebox.tanssi.network/"
},
{
"name": "Kilt",
"websocket": "wss://kilt.ibp.network"
}
]
}