forked from eosdac/eosdacio-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bp.json
63 lines (63 loc) · 1.61 KB
/
bp.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
{
"producer_account_name": "eosdacserver",
"org": {
"candidate_name": "eosDAC",
"website": "https://eosdac.io",
"code_of_conduct": "https://eosdac.io#core-principles",
"ownership_disclosure": "https://github.com/eosdac/constitution/blob/master/constitution.md",
"email": "hello@eosdac.io",
"branding": {
"logo_256": "https://eosdac.io/assets/bpjson/eosdaclogo_256.png",
"logo_1024": "https://eosdac.io/assets/bpjson/eosdaclogo_1024.png",
"logo_svg": "https://eosdac.io/assets/bpjson/eosDAC_logo.svg"
},
"location": {
"name": "United Kingdom",
"country": "GB",
"latitude": 51.2948492,
"longitude": 0.4075124
},
"social": {
"steemit": "eosdac",
"twitter": "eosdac",
"youtube": "eosdac",
"facebook": "eosdac",
"github": "eosdac",
"reddit": "eosdac",
"keybase": "",
"telegram": "eosdacio",
"wechat": ""
}
},
"nodes": [{
"location": {
"name": "Bucharest",
"country": "RO",
"latitude": 44.4268,
"longitude": 26.1025
},
"node_type": "full",
"api_endpoint": "http://eu.eosdac.io",
"ssl_endpoint": "https://eu.eosdac.io"
},
{
"location": {
"name": "Seoul",
"country": "KR",
"latitude": 37.5326,
"longitude": 127.0246
},
"node_type": "seed",
"p2p_endpoint": "ro1.eosdac.io:49876"
},
{
"location": {
"name": "United Kingdom",
"country": "GB",
"latitude": 51.5099,
"longitude": -0.1181
},
"node_type": "producer"
}
]
}