diff --git a/src/server/handlers/wallet-api.ts b/src/server/handlers/wallet-api.ts index 6a6e8910..6d2d2a82 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[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/';