Skip to content

Commit

Permalink
revert to other node
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Aug 11, 2024
1 parent 57e7341 commit 14c7dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handlers/wallet-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ENGINE_NODES = [
"https://api2.hive-engine.com/rpc"
];

const BASE_ENGINE_URL = ENGINE_NODES[0];
const BASE_ENGINE_URL = ENGINE_NODES[2];
const BASE_SPK_URL = 'https://spk.good-karma.xyz';

const ENGINE_REWARDS_URL = 'https://scot-api.hive-engine.com/';
Expand Down

0 comments on commit 14c7dc1

Please sign in to comment.