From 7743114837c62aece8f3ca1e9ba00b74b7199fe9 Mon Sep 17 00:00:00 2001 From: Angelo CG Date: Fri, 21 Oct 2022 09:00:09 -0600 Subject: [PATCH] feat(content): add bpjson content --- src/config/constants/bpjson.ts | 64 ++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/src/config/constants/bpjson.ts b/src/config/constants/bpjson.ts index 14e589c..faca4ec 100644 --- a/src/config/constants/bpjson.ts +++ b/src/config/constants/bpjson.ts @@ -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: {