Skip to content

Commit

Permalink
Merge pull request #149 from edenia/feat/add-context
Browse files Browse the repository at this point in the history
feat(content): added bpjson content
  • Loading branch information
xavier506 authored Oct 21, 2022
2 parents 24cb2e6 + 7743114 commit 136b191
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions src/config/constants/bpjson.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,68 @@
const bpJson = [
{
producer_account_name: 'sentnlagents',
org: {
candidate_name: 'Sentnl',
website: 'https://www.sentnl.io',
code_of_conduct:
'https://medium.com/@charles.holtzkampf/wax-code-of-conduct-c135050c49a4',
ownership_disclosure:
'https://medium.com/@charles.holtzkampf/wax-code-of-conduct-c135050c49a4#2dd3',
email: 'charles@sentnl.io',
branding: {
logo_256: 'https://www.sentnl.io/sentnl_256.png',
logo_1024: 'https://www.sentnl.io/sentnl_1024.png',
logo_svg: 'https://www.sentnl.io/sentnl.svg'
},
location: {
name: 'London',
country: 'GB',
latitude: 51.51118829,
longitude: -0.09617353
},
social: {
steemit: '',
twitter: 'sentnl_io',
facebook: '',
github: 'ankh2054',
reddit: '',
keybase: 'ankh2054',
telegram: 'ankh2054'
}
},
nodes: [
{
location: {
name: 'United Kingdom',
country: 'GB',
latitude: 51.51118829,
longitude: -0.09617353
},
node_type: 'full',
api_endpoint: 'http://eosapi.sentnl.io:8080',
ssl_endpoint: 'https://eosapi.sentnl.io:4343'
},
{
location: {
name: 'United Kingdom',
country: 'GB',
latitude: 51.51118829,
longitude: -0.09617353
},
node_type: 'seed',
p2p_endpoint: 'eosp2p.sentnl.io:4242'
},
{
location: {
name: 'United Kingdom',
country: 'GB',
latitude: 51.5099,
longitude: -0.1181
},
node_type: 'producer'
}
]
},
{
producer_account_name: 'heliosblocks',
org: {
Expand Down

0 comments on commit 136b191

Please sign in to comment.