From 4a5a13d640c61f0a4ec230cf4d1fc8372d78b54e Mon Sep 17 00:00:00 2001 From: htanh9320 Date: Wed, 3 Apr 2024 17:31:34 +0700 Subject: [PATCH] ashperp-volumes-fees --- dexs/ash-perp/index.ts | 2 +- fees/ash-perp/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;