Skip to content

Commit

Permalink
#1521: Update nodes (#1754)
Browse files Browse the repository at this point in the history
* for #1521

filled in more apiConfig details

Signed-off-by: Stefan Schiessl <[email protected]>

* update more nodes

Signed-off-by: Stefan Schiessl <[email protected]>

* more nodes

Signed-off-by: Stefan Schiessl <[email protected]>

* add more nodes

Signed-off-by: Stefan Schiessl <[email protected]>

* Signed-off-by: Stefan Schiessl <[email protected]>

* some more nodes

Signed-off-by: Stefan Schiessl <[email protected]>
  • Loading branch information
Stefan Schießl authored and svk31 committed Aug 3, 2018
1 parent bb3872a commit f570250
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,11 @@ export const settingsAPIs = {
},
{
url: "wss://bit.btsabc.org/ws",
region: "Eastern Asia",
country: "China",
location: "Hong Kong",
operator: "Witness: abc123"
operator: "Witness: abc123",
contact: "QQ:58291;email:[email protected]"
},
{url: "wss://node.btscharts.com/ws", location: "Hong Kong"},
{
Expand Down Expand Up @@ -229,7 +232,7 @@ export const settingsAPIs = {
{
url: "wss://blockzms.xyz/ws ",
region: "North America",
country: "America",
country: "U.S.A.",
location: "New Jersey",
operator: "Witness: delegate-zhaomu",
contact: "telegram:lzmlam;wechat:lzmlam"
Expand Down Expand Up @@ -277,9 +280,10 @@ export const settingsAPIs = {
operator: "Witness: elmato"
},
{
url: "wss://api.bts.network",
country: "U.S.A.",
region: "Northern America",
url: "wss://api.bts.network/",
region: "North America",
country: "USA",
location: "Virginia",
operator: "Witness: fox",
contact: "telegram:ryanRfox"
},
Expand All @@ -293,8 +297,10 @@ export const settingsAPIs = {
},
{
url: "wss://api.bitshares.bhuz.info/ws",
location: "Europe",
operator: "Witness: bhuz"
region: "Northern America",
country: "Canada",
operator: "Witness: bhuz",
contact: "telegram: bhuzor"
},
{
url: "wss://bts-api.lafona.net/ws",
Expand All @@ -311,8 +317,10 @@ export const settingsAPIs = {
},
{
url: "wss://api.btsgo.net/ws",
region: "Asia",
location: "Singapore",
operator: "Witness: xn-delegate"
operator: "Witness: xn-delegate",
contact: "wechat:Necklace"
},
{
url: "wss://bts.proxyhosts.info/wss",
Expand All @@ -329,8 +337,11 @@ export const settingsAPIs = {
},
{
url: "wss://crazybit.online",
location: "China",
operator: "Witness: crazybit"
region: "Asia",
country: "China",
location: "Shenzhen",
operator: "Witness: crazybit",
contact: "telegram:crazybits;wechat:JamesCai"
},
{
url: "wss://freedom.bts123.cc:15138/",
Expand All @@ -355,9 +366,12 @@ export const settingsAPIs = {
},
{url: "wss://ws.hellobts.com/", location: "Japan"},
{
url: "wss://bitshares.cyberit.io/",
url: "wss://bitshares.cyberit.io",
region: "Eastern Asia",
country: "China",
location: "Hong Kong",
operator: "Witness: witness.still"
operator: "Witness: witness.still",
contact: "telegram:gordoor;wechat:overyard"
},
{
url: "wss://bts-seoul.clockwork.gr",
Expand Down

0 comments on commit f570250

Please sign in to comment.