Skip to content

Commit

Permalink
engine node change2
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 21, 2024
1 parent 1bd1d2e commit 56371ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handlers/engine-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import express from "express";
import {baseApiRequest, pipe} from "../util";

//docs: https://hive-engine.github.io/engine-docs/
const BASE_URL = 'https://engine.rishipanthee.com';//'https://api2.hive-engine.com';
const BASE_URL = 'https://api2.hive-engine.com';//'https://api2.hive-engine.com';

const ENGINE_REWARDS_URL = 'https://scot-api.hive-engine.com/';
const ENGINE_CHART_URL = 'https://info-api.tribaldex.com/market/ohlcv';
Expand Down

0 comments on commit 56371ea

Please sign in to comment.