Skip to content

Commit

Permalink
fix region for some nodes, for #3091
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Schiessl <[email protected]>
  • Loading branch information
Stefan Schiessl committed Oct 15, 2019
1 parent 397dc1a commit c47e4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const settingsAPIs = {
},
{
url: "wss://dex.rnglab.org",
region: "Northern Europe",
region: "Western Europe",
country: "Netherlands",
location: "Amsterdam",
operator: "Witness: rnglab",
Expand Down Expand Up @@ -529,15 +529,15 @@ export const settingsAPIs = {
},
{
url: "wss://master.eu.api.bitshares.org/ws",
region: "Northern Europe",
region: "Western Europe",
country: "Germany",
location: "Frankfurt",
operator: "'Exotic flavors' infra worker",
contact: "telegram:murda_ra;email:[email protected]"
},
{
url: "wss://amsterdam.eu.api.bitshares.org/ws",
region: "Northern Europe",
region: "Western Europe",
country: "Netherlands",
location: "Amsterdam",
operator: "'Exotic flavors' infra worker",
Expand Down

0 comments on commit c47e4fc

Please sign in to comment.