Skip to content

Commit

Permalink
Use public api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-aark committed Apr 9, 2024
1 parent 283e8ab commit 0e37181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/aark/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CHAIN } from "../../helpers/chains";
import { getUniqStartOfTodayTimestamp } from "../../helpers/getUniSubgraphVolume";
import fetchURL from "../../utils/fetchURL";

const endpoint = "https://api.aark.digital/stats/volume/futures";
const endpoint = "https://public-api.aark.digital/stats/volume/futures";

const fetch = async (timestamp: number) => {
const dayTimestamp = getUniqStartOfTodayTimestamp(new Date(timestamp * 1000));
Expand Down

0 comments on commit 0e37181

Please sign in to comment.