Skip to content

Commit

Permalink
Merge pull request #3291 from bitshares/update-api-list
Browse files Browse the repository at this point in the history
Comment out API nodes which are temporarily down
  • Loading branch information
sschiessl-bcp committed Oct 8, 2020
2 parents 467db49 + a9dafc6 commit 510ae9a
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,15 @@ export const settingsAPIs = {
operator: "Witness: delegate.freedom",
contact: "telegram:eggplant"
},
{
url: "wss://api.bts.ai",
region: "Eastern Asia",
country: "China",
location: "Beijing",
operator: "Witness: witness.hiblockchain",
contact: "telegram:vianull;wechat:strugglingl"
},
// TODO the owner said it's temporarily closed. Recheck later.
//{
// url: "wss://api.bts.ai",
// region: "Eastern Asia",
// country: "China",
// location: "Beijing",
// operator: "Witness: witness.hiblockchain",
// contact: "telegram:vianull;wechat:strugglingl"
//},
{
url: "wss://bts-seoul.clockwork.gr",
region: "Southeastern Asia",
Expand Down Expand Up @@ -281,14 +282,15 @@ export const settingsAPIs = {
operator: "bitshares.org",
contact: ""
},
{
url: "wss://citadel.li/node",
region: "Western Europe",
country: "Iceland",
location: "Reykjavik",
operator: "CITADEL",
contact: "email:citadel.li;support"
},
// TODO node is out of sync, recheck later
//{
// url: "wss://citadel.li/node",
// region: "Western Europe",
// country: "Iceland",
// location: "Reykjavik",
// operator: "CITADEL",
// contact: "email:citadel.li;support"
//},
{
url: "wss://api-bts.liondani.com/ws",
region: "Western Europe",
Expand Down

0 comments on commit 510ae9a

Please sign in to comment.