-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbp.json
More file actions
74 lines (74 loc) · 1.9 KB
/
bp.json
File metadata and controls
74 lines (74 loc) · 1.9 KB
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
{
"producer_account_name": "atticlabeosb",
"org": {
"candidate_name": "AtticLab",
"website": "https://atticlab.net",
"code_of_conduct":"https://steemit.com/eos/@attic-lab/attic-lab-eos-block-producer-candidate",
"ownership_disclosure":"https://attic-it-lab.medium.com/ownership-disclosure-attic-lab-990953e67c8c",
"email":"inbox@atticlab.net",
"github_user": "Nikolay-everstake",
"branding":{
"logo_256":"https://atticlab.net/atticlab-logo-256.png",
"logo_1024":"https://atticlab.net/atticlab-logo-1000.png",
"logo_svg":"https://atticlab.net/atticlab-logo-1000.svg"
},
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"social": {
"steemit": "attic-lab",
"twitter": "atticlab_it",
"youtube": "",
"facebook": "atticlab",
"github":"atticlab",
"reddit": "",
"keybase": "",
"telegram": "",
"wechat":"",
"discord":"https://discord.com/invite/PqrbhKNpA5"
}
},
"nodes": [
{
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"node_type": "producer",
"p2p_endpoint": "",
"api_endpoint": "",
"ssl_endpoint": ""
},
{
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"node_type": "seed",
"p2p_endpoint": "eosbp-0.atticlab.net:9876",
"bnet_endpoint": ""
},
{
"location": {
"name": "Kyiv",
"country": "UA",
"latitude": 50.418493,
"longitude": 30.517631
},
"node_type": "query",
"features": [
"chain-api",
"account-query"
],
"api_endpoint": "http://eosbp.atticlab.net",
"ssl_endpoint": "https://eosbp.atticlab.net"
}
]
}