forked from telosnetwork/evm-rpc-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.json
32 lines (32 loc) · 831 Bytes
/
list.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
[
{
"name": "Telos.net Load Balancer",
"http": "https://mainnet.telos.net/evm",
"ws": "wss://mainnet.telos.net/evm",
"description": "Geo-DNS based load balancer"
},
{
"name": "Telos.net US 1",
"http": "https://rpc1.us.telos.net/evm",
"ws": "",
"description": "US cluster"
},
{
"name": "Telos.net EU 1",
"http": "https://rpc1.eu.telos.net/evm",
"ws": "",
"description": "Europe Cluster"
},
{
"name": "TelosKorea.com ASIA 1",
"http": "https://evm.teloskorea.com/evm",
"ws": "wss://ws-evm.teloskorea.com/evm",
"description": "TelosKorea ASIA Bare Metal Cluster"
},
{
"name": "Telos Arabia EU Cluster",
"http": "https://rpc.telosarabia.net/evm",
"ws": "wss://rpc.telosarabia.net/evm",
"description": "Telos Arabia Europe Cluster"
}
]