From 10216713fa2740dad7fc766332f467b073cd06bb Mon Sep 17 00:00:00 2001 From: feruzm Date: Thu, 4 Jan 2024 21:38:04 +0530 Subject: [PATCH 1/5] update servers --- helpers/client.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/helpers/client.js b/helpers/client.js index d40dfd9..0e75c86 100644 --- a/helpers/client.js +++ b/helpers/client.js @@ -2,15 +2,17 @@ import { Client } from '@hiveio/dhive'; import { cache } from './cache'; const DEFAULT_SERVER = [ + 'https://techcoderx.com', + 'https://anyx.io', 'https://rpc.ecency.com', - 'https://api.hive.blog', - 'https://anyx.io' + 'https://api.hive.blog' ]; const broadcast_server = [ - 'https://api.hive.blog', + 'https://techcoderx.com', + 'https://anyx.io', 'https://rpc.ecency.com', - 'https://anyx.io' + 'https://api.hive.blog' ]; const DEFAULT_TESTNET_SERVER = [ From 25e33dbcbe5ad76f811201475770548d8b3ac5d0 Mon Sep 17 00:00:00 2001 From: feruzm Date: Thu, 4 Jan 2024 21:52:43 +0530 Subject: [PATCH 2/5] update servers 2 --- helpers/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/client.js b/helpers/client.js index 0e75c86..e7e2fa5 100644 --- a/helpers/client.js +++ b/helpers/client.js @@ -9,7 +9,8 @@ const DEFAULT_SERVER = [ ]; const broadcast_server = [ - 'https://techcoderx.com', + 'https://api.deathwing.me', + 'https://hived.emre.sh', 'https://anyx.io', 'https://rpc.ecency.com', 'https://api.hive.blog' From c7e47938d286900fa67525d58a2e8f4ffd9de108 Mon Sep 17 00:00:00 2001 From: feruzm Date: Thu, 4 Jan 2024 22:05:03 +0530 Subject: [PATCH 3/5] update servers 2 --- helpers/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/client.js b/helpers/client.js index e7e2fa5..dc85256 100644 --- a/helpers/client.js +++ b/helpers/client.js @@ -9,7 +9,6 @@ const DEFAULT_SERVER = [ ]; const broadcast_server = [ - 'https://api.deathwing.me', 'https://hived.emre.sh', 'https://anyx.io', 'https://rpc.ecency.com', From 527166a98691f5270b8ec2ab0122e724a66c816d Mon Sep 17 00:00:00 2001 From: feruzm Date: Sat, 6 Jan 2024 20:15:26 +0530 Subject: [PATCH 4/5] update servers 3 --- helpers/client.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helpers/client.js b/helpers/client.js index dc85256..51aab07 100644 --- a/helpers/client.js +++ b/helpers/client.js @@ -2,16 +2,14 @@ import { Client } from '@hiveio/dhive'; import { cache } from './cache'; const DEFAULT_SERVER = [ - 'https://techcoderx.com', 'https://anyx.io', - 'https://rpc.ecency.com', + 'https://techcoderx.com', 'https://api.hive.blog' ]; const broadcast_server = [ 'https://hived.emre.sh', 'https://anyx.io', - 'https://rpc.ecency.com', 'https://api.hive.blog' ]; From 9fa9f51f319b5d9f9d86a4a028fcdf71b10b7836 Mon Sep 17 00:00:00 2001 From: feruzm Date: Mon, 29 Jan 2024 10:46:05 +0530 Subject: [PATCH 5/5] server list update --- helpers/client.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/client.js b/helpers/client.js index 51aab07..be0714f 100644 --- a/helpers/client.js +++ b/helpers/client.js @@ -2,15 +2,15 @@ import { Client } from '@hiveio/dhive'; import { cache } from './cache'; const DEFAULT_SERVER = [ - 'https://anyx.io', 'https://techcoderx.com', + 'https://anyx.io', 'https://api.hive.blog' ]; const broadcast_server = [ - 'https://hived.emre.sh', 'https://anyx.io', - 'https://api.hive.blog' + 'https://api.hive.blog', + 'https://hived.emre.sh' ]; const DEFAULT_TESTNET_SERVER = [