mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-15 00:23:34 +03:00
server list update
This commit is contained in:
parent
744c9a606a
commit
6e0a46b4a3
@ -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',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user