From 0df25b9e0e15d3fc0c90d6ff06ee30f8bdc052c3 Mon Sep 17 00:00:00 2001 From: feruz Date: Mon, 27 May 2024 20:29:01 +0300 Subject: [PATCH] servers --- helpers/client.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/helpers/client.js b/helpers/client.js index d40dfd9..c59b580 100644 --- a/helpers/client.js +++ b/helpers/client.js @@ -2,15 +2,13 @@ import { Client } from '@hiveio/dhive'; import { cache } from './cache'; const DEFAULT_SERVER = [ - 'https://rpc.ecency.com', 'https://api.hive.blog', - 'https://anyx.io' + 'https://anyx.io', ]; const broadcast_server = [ 'https://api.hive.blog', - 'https://rpc.ecency.com', - 'https://anyx.io' + 'https://anyx.io', ]; const DEFAULT_TESTNET_SERVER = [