forked from telosnetwork/evm-rpc-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.json
32 lines (32 loc) · 784 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": "Telos.net US 2",
"http": "https://rpc2.us.telos.net/evm",
"ws": "wss://rpc2.us.telos.net/evm",
"description": "US docker based"
},
{
"name": "TelosKorea.com",
"http": "https://evm.teloskorea.com/evm",
"ws": "wss://evm.teloskorea.com/evm",
"description": "TelosKorea docker based"
}
]