diff --git a/dexs/ash-perp/index.ts b/dexs/ash-perp/index.ts index 6318a46653..d997b6ad86 100644 --- a/dexs/ash-perp/index.ts +++ b/dexs/ash-perp/index.ts @@ -3,7 +3,7 @@ import { SimpleAdapter } from "../../adapters/types"; import { CHAIN } from "../../helpers/chains"; import { getUniqStartOfTodayTimestamp } from "../../helpers/getUniSubgraphVolume"; -const API_URL = 'http://localhost:3000/graphql'; +const API_URL = 'https://statistic-api.ashperp.trade/graphql'; interface IVolume { volume: string; diff --git a/fees/ash-perp/index.ts b/fees/ash-perp/index.ts index 00fc346aaf..c31629608e 100644 --- a/fees/ash-perp/index.ts +++ b/fees/ash-perp/index.ts @@ -5,7 +5,7 @@ import { queryDune } from "../../helpers/dune"; import { getUniqStartOfTodayTimestamp } from "../../helpers/getUniSubgraphVolume"; import request from "graphql-request"; -const API_URL = 'http://localhost:3000/graphql'; +const API_URL = 'https://statistic-api.ashperp.trade/graphql'; interface IFee { time: string;