-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeetone.json
71 lines (70 loc) · 1.64 KB
/
meetone.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
{
"producer_account_name": "cryptolion.m",
"org": {
"candidate_name": "CryptoLions",
"website": "https://cryptolions.io",
"code_of_conduct": "https://cryptolions.io/code-of-conduct/",
"email": "roar@cryptolions.io",
"ownership_disclosure": "https://cryptolions.io/ownership-disclosure/",
"branding": {
"logo_256": "https://imgs.cryptolions.io/logo_256.png",
"logo_1024": "https://imgs.cryptolions.io/logo_1024.png",
"logo_svg": "https://imgs.cryptolions.io/logo.svg"
},
"location": {
"name": "Ukraine",
"country": "UA",
"latitude": 49.8397,
"longitude": 24.0297
},
"social": {
"steemit": "cryptolions",
"twitter": "EOS_CryptoLions",
"youtube": "UCB7F-KO0mmZ1yVBCq0_1gtA",
"facebook": "",
"github": "CryptoLions",
"reddit": "",
"keybase": "cryptolions",
"telegram": "CryptoLions_io",
"wechat": ""
}
},
"nodes": [
{
"location": {
"name": "Germany-Finland",
"country": "DE",
"latitude": 51.2993,
"longitude": 9.491
},
"node_type": "full",
"history_type": "none",
"api_endpoint": "http://meetone.cryptolions.io",
"ssl_endpoint": "https://meetone.cryptolions.io"
},
{
"location": {
"name": "Germany-Finland",
"country": "DE",
"latitude": 51.2993,
"longitude": 9.491
},
"node_type": "seed",
"p2p_endpoint": "meetone.cryptolions.io:9876",
"bnet_endpoint": ""
},
{
"location": {
"name": "Germany",
"country": "DE",
"latitude": 51.2993,
"longitude": 9.491
},
"node_type": "producer",
"p2p_endpoint": "",
"api_endpoint": "",
"bnet_endpoint": "",
"ssl_endpoint": ""
}
]
}