Skip to content

Commit

Permalink
fix servers to same
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 19, 2022
1 parent 0383f1d commit f0baa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/api/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Community } from "../store/communities/types";
import { Subscription } from "../store/subscriptions/types";

import { Client } from "@hiveio/dhive";
import SERVERS from "../constants/servers.json";

export const bridgeServer = new Client(
["https://api.hive.blog", "https://rpc.ecency.com", "https://api.deathwing.me"],
export const bridgeServer = new Client(SERVERS,
{
timeout: 3000,
failoverThreshold: 3,
Expand Down

0 comments on commit f0baa83

Please sign in to comment.