-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibre-test.json
67 lines (67 loc) · 1.74 KB
/
libre-test.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
{
"producer_account_name": "echobasefour",
"org": {
"candidate_name": "Echo Base",
"website": "https://bp.echobaseinc.com",
"code_of_conduct": "https://bp.echobaseinc.com/code-of-conduct/",
"ownership_disclosure": "https://bp.echobaseinc.com/code-of-conduct/#Ownership",
"chain_resources": "",
"email": "[email protected]",
"github_user": ["Ashkaan"],
"branding": {
"logo_256": "https://bp.echobaseinc.com/logo/echobase-256.png",
"logo_1024": "https://bp.echobaseinc.com/logo/echobase.png",
"logo_svg": "https://bp.echobaseinc.com/logo/echobase.svg"
},
"location": {
"name": "California",
"country": "US",
"latitude": 34.0522,
"longitude": 118.2437
},
"social": {
"github": "Ashkaan",
"keybase": "Ashkaan",
"telegram": "Ashkaan",
"twitter": "Ashkaan"
}
},
"nodes": [
{
"location": {
"name": "California",
"country": "US",
"latitude": 34.0522,
"longitude": 118.2437
},
"node_type": "producer"
},
{
"location": {
"name": "California",
"country": "US",
"latitude": 34.0522,
"longitude": 118.2437
},
"node_type": "seed",
"p2p_endpoint": "libre.echobaseinc.com:9876"
},
{
"location": {
"name": "California",
"country": "US",
"latitude": 34.0522,
"longitude": 118.2437
},
"node_type": "query",
"api_endpoint": "http://libre.echobaseinc.com:8888",
"ssl_endpoint": "https://libre.echobaseinc.com:8888",
"features": [
"chain-api",
"account-query",
"history-v1",
"hyperion-v2"
]
}
]
}