-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwax-testnet.json
83 lines (83 loc) · 2.05 KB
/
wax-testnet.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"producer_account_name": "bp.alcor",
"org": {
"candidate_name": "AlcorExchange",
"website": "https://bp.alcor.exchange",
"code_of_conduct": "https://telegra.ph/Alcor-Exchange-Code-of-Conduct-07-26",
"ownership_disclosure": "https://bp.alcor.exchange",
"email": "[email protected]",
"github_user": [
"alcorexchange"
],
"branding": {
"logo_256": "https://alcor.exchange/android-chrome-256x256.png",
"logo_1024": "https://alcor.exchange/logo_1024.png",
"logo_svg": "https://alcor.exchange/safari-pinned-tab.svg"
},
"location": {
"name": "Finland",
"country": "FI",
"latitude": 60.1719,
"longitude": 24.9347
},
"social": {
"telegram": "alcorexchange",
"twitter": "alcorexchange",
"github": "alcorexchange",
"medium": "alcorexchange"
}
},
"nodes": [
{
"location": {
"name": "Finland",
"country": "FI",
"latitude": 60.1719,
"longitude": 24.9347
},
"node_type": "producer"
},
{
"location": {
"name": "Finland",
"country": "FI",
"latitude": 60.1719,
"longitude": 24.9347
},
"node_type": "seed",
"p2p_endpoint": "waxtest-p2p.alcor.exchange:9876"
},
{
"location": {
"name": "Finland",
"country": "FI",
"latitude": 60.1719,
"longitude": 24.9347
},
"node_type": "query",
"full": false,
"api_endpoint": "http://waxtest-api.alcor.exchange",
"ssl_endpoint": "https://waxtest-api.alcor.exchange",
"features": [
"chain-api",
"account-query"
]
},
{
"location": {
"name": "Finland",
"country": "FI",
"latitude": 60.1719,
"longitude": 24.9347
},
"node_type": "query",
"full": true,
"api_endpoint": "http://waxtest-hyperion.alcor.exchange",
"ssl_endpoint": "https://waxtest-hyperion.alcor.exchange",
"features": [
"hyperion-v2",
"history-v1"
]
}
]
}