Skip to content

Commit

Permalink
servers
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed May 27, 2024
1 parent b78364d commit 0df25b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions helpers/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0df25b9

Please sign in to comment.