Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 21, 2024
2 parents 09cda3a + 54017e6 commit 379ae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import { cache } from './cache';
const DEFAULT_SERVER = [
'https://api.hive.blog',
'https://techcoderx.com',
'https://anyx.io'
'https://anyx.io',
];

const broadcast_server = [
'https://anyx.io',
'https://api.hive.blog',
'https://hived.emre.sh'
'https://techcoderx.com',
];

const DEFAULT_TESTNET_SERVER = [
Expand Down

0 comments on commit 379ae84

Please sign in to comment.