From 6e0a46b4a37e902dc268dc309b5d5132ad020a80 Mon Sep 17 00:00:00 2001 From: feruz Date: Thu, 3 Dec 2020 11:51:41 +0200 Subject: [PATCH] server list update --- src/constants/options/api.js | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/constants/options/api.js b/src/constants/options/api.js index e9e10ce55..b5831b270 100644 --- a/src/constants/options/api.js +++ b/src/constants/options/api.js @@ -1,5 +1,24 @@ -export default ['rpc.esteem.app', 'api.hive.blog', 'anyx.io', 'api.pharesim.me']; +export default [ + 'rpc.ecency.com', + 'api.hive.blog', + 'api.deathwing.me', + 'anyx.io', + 'api.pharesim.me', +]; -export const VALUE = ['rpc.esteem.app', 'api.hive.blog', 'anyx.io', 'api.pharesim.me']; +export const VALUE = [ + 'rpc.ecency.com', + 'api.hive.blog', + 'api.deathwing.me', + 'anyx.io', + 'api.pharesim.me', +]; -export const SERVER_LIST = ['https://rpc.ecency.com']; +export const SERVER_LIST = [ + 'https://rpc.ecency.com', + 'https://api.hive.blog', + 'https://api.deathwing.me', + 'https://anyx.io', + 'https://api.pharesim.me', + 'https://rpc.ausbit.dev', +];