Skip to content

Commit

Permalink
Update wallet-api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm authored Aug 11, 2024
1 parent c55389c commit a4cf14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/handlers/wallet-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import { convertEngineToken, convertRewardsStatus } from "../../models/converter
const ENGINE_NODES = [
"https://engine.rishipanthee.com",
"https://herpc.dtools.dev",
"https://api.hive-engine.com/rpc/",
"https://api.hive-engine.com/rpc",
"https://ha.herpc.dtools.dev",
"https://herpc.kanibot.com",
"https://he.sourov.dev",
"https://herpc.actifit.io",
"https://api2.hive-engine.com/rpc/"
"https://api2.hive-engine.com/rpc"
];

const BASE_ENGINE_URL = ENGINE_NODES[2];
const BASE_ENGINE_URL = ENGINE_NODES[0];
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 a4cf14b

Please sign in to comment.