Skip to content

Commit

Permalink
ashperp-volumes-fees
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanh2000 committed Apr 3, 2024
1 parent 845422e commit 4a5a13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/ash-perp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion fees/ash-perp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a5a13d

Please sign in to comment.