server list update

This commit is contained in:
feruz 2020-12-03 11:51:41 +02:00
parent 744c9a606a
commit 6e0a46b4a3

View File

@ -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',
];