From 14c7dc1377fabde869ff28e99a15d9e1744ee610 Mon Sep 17 00:00:00 2001 From: feruz Date: Sun, 11 Aug 2024 09:34:35 +0300 Subject: [PATCH] revert to other node --- src/server/handlers/wallet-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/handlers/wallet-api.ts b/src/server/handlers/wallet-api.ts index 6cf80c12..f59af825 100644 --- a/src/server/handlers/wallet-api.ts +++ b/src/server/handlers/wallet-api.ts @@ -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/';