From 4abac184d683e27d1c0adae159376de3a5b88191 Mon Sep 17 00:00:00 2001 From: xiao93 <42384581+xiao93@users.noreply.github.com> Date: Fri, 20 Oct 2023 04:01:55 +0800 Subject: [PATCH 1/2] Update apiConfig.js --- app/api/apiConfig.js | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/app/api/apiConfig.js b/app/api/apiConfig.js index 745548c833..c2a47c2af2 100644 --- a/app/api/apiConfig.js +++ b/app/api/apiConfig.js @@ -257,28 +257,25 @@ export const settingsAPIs = { contact: "email:work@akawa.ink" }, { - url: "wss://hongkong.bitshares.im/ws", - region: "East Asia", - country: "China", - location: "Hong Kong", - operator: "Witness: clone", - contact: "telegram: yexiao" + url: "wss:///tel_aviv.bitshares.im/ws", + region: "West Asia", + country: "Israel", + location: "Tel_Aviv", + operator: "Witness: clone" }, { - url: "wss://singapore.bitshares.im/ws", - region: "Southeast Asia", - country: "Singapore", - location: "Singapore", - operator: "Witness: clone", - contact: "telegram: yexiao" + url: "wss://tokyo.bitshares.im/ws", + region: "East Asia", + country: "Japan", + location: "Tokyo", + operator: "Witness: clone" }, { url: "wss://newyork.bitshares.im/ws", region: "Northern America", country: "U.S.A.", location: "New York", - operator: "Witness: clone", - contact: "telegram: yexiao" + operator: "Witness: clone" }, { url: "wss://api.btslebin.com/ws", From aa05a8fe86d3b4c61aef15c9b86c291f550c89f1 Mon Sep 17 00:00:00 2001 From: Abit Date: Tue, 31 Oct 2023 09:53:05 +0100 Subject: [PATCH 2/2] Restore contact --- app/api/apiConfig.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/api/apiConfig.js b/app/api/apiConfig.js index c2a47c2af2..425e664a76 100644 --- a/app/api/apiConfig.js +++ b/app/api/apiConfig.js @@ -261,21 +261,24 @@ export const settingsAPIs = { region: "West Asia", country: "Israel", location: "Tel_Aviv", - operator: "Witness: clone" + operator: "Witness: clone", + contact: "telegram: yexiao" }, { url: "wss://tokyo.bitshares.im/ws", region: "East Asia", country: "Japan", location: "Tokyo", - operator: "Witness: clone" + operator: "Witness: clone", + contact: "telegram: yexiao" }, { url: "wss://newyork.bitshares.im/ws", region: "Northern America", country: "U.S.A.", location: "New York", - operator: "Witness: clone" + operator: "Witness: clone", + contact: "telegram: yexiao" }, { url: "wss://api.btslebin.com/ws",