-
Notifications
You must be signed in to change notification settings - Fork 10
/
testnet-endpoints.json
executable file
·62 lines (62 loc) · 1.74 KB
/
testnet-endpoints.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
57
58
59
60
61
62
[{
"name": "EOS Rio",
"p2pEndpoint": "",
"apiEndpoint": "testnet.worbli.eosrio.io",
"history": "false"
}, {
"name": "EOS Blocksmith",
"p2pEndpoint": "peer.worbli-testnet.eosblocksmith.io:9876",
"apiEndpoint": "https://worbli-testnet.eosblocksmith.io",
"history": "false"
}, {
"name": "EOS Tribe",
"p2pEndpoint": "worbli-testnet.eostribe.io:9876",
"apiEndpoint": "http://worbli-testnet.eostribe.io:8888",
"history": "true"
}, {
"name": "EOSphere",
"p2pEndpoint": "",
"apiEndpoint": "https://worbli-testnet.eosphere.io",
"history": "true"
}, {
"name": "EOS Cannon",
"p2pEndpoint": "worbli-testnet.eoscannon.io:19989",
"apiEndpoint": "http://worbli-testnet.eoscannon.io:19988",
"history": "false"
}, {
"name": "EOS Cafe Block",
"p2pEndpoint": "worblitestnet.eoscafeblock.com:9010",
"apiEndpoint": "http://worblitestnet.eoscafeblock.com:8010",
"history": "true"
}, {
"name": "GenerEOS",
"p2pEndpoint": "p2p.testnet.worbli.genereos.io:9876",
"apiEndpoint": "http://testnet.worbli.genereos.io:8888/v1/chain/get_info",
"history": "true"
}, {
"name": "EOS Titan",
"p2pEndpoint": "worblitestnet.eostitan.com:9876",
"apiEndpoint": "https://worblitestnet.eostitan.com",
"history": "false"
}, {
"name": "EOS Nairobi",
"p2pEndpoint": "http://worbli-testnet.eosnairobi.io:9875",
"apiEndpoint": "http://worbli-testnet.eosnairobi.io:8899",
"history": "false"
}, {
"name": "calEOS",
"p2pEndpoint": "testnet.worbli.caleos.io:9877",
"apiEndpoint": "https://testnet.worbli.caleos.io",
"history": "true"
}, {
"name": "worbli",
"p2pEndpoint": "testnet.worbli.io:9876",
"apiEndpoint": "http://testnet.worbli.io:8888",
"history": "true"
}, {
"name": "ChainRift",
"p2pEndpoint": "",
"apiEndpoint": "https://wbitestnetpublic.chainrift.com",
"history": "false"
}
]