forked from eoscostarica/eoscostarica.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bp_info.json
59 lines (59 loc) · 1.6 KB
/
bp_info.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
{
"producer_account_name":"costaricaeos",
"producer_public_key":"EOS7phU8qE6nPCfpkCQ2T3HmRwGg6z4v61RTLvPBBVmPWmPisZoWY",
"org":{
"candidate_name":"EOS Costa Rica",
"website":"https://eoscostarica.io",
"code_of_conduct":"https://eoscostarica.io/code-of-conduct.html",
"ownership_disclosure":"https://eoscostarica.io/ownership-disclosure.html",
"email":"[email protected]",
"branding":{
"logo_256":"https://eoscostarica.io/assets/eos-CostaRica-256x256.png",
"logo_1024":"https://eoscostarica.io/assets/eos-CostaRica-1024x1024.png",
"logo_svg":"https://eoscostarica.io/assets/eos-CostaRica-vectors.svg"
},
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"social":{
"steemit":"eos-costarica",
"twitter":"EOSCostaRica",
"youtube":"channel/UCvYinCH3O1iKpi-_dNfQAGQ",
"facebook":"",
"github":"eoscostarica",
"reddit":"",
"keybase":"eoscostarica",
"telegram":"eoscr",
"wechat":""
}
},
"nodes":[
{
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"is_producer":false,
"p2p_endpoint":"p2p.eosio.cr:1976",
"api_endpoint":"",
"ssl_endpoint":"https://api.eosio.cr"
},
{
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"is_producer":true,
"p2p_endpoint":"p2p.eosio.cr:5418",
"api_endpoint":"",
"ssl_endpoint":""
}
]
}