Skip to content

Commit

Permalink
fix Scopuly
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Feb 28, 2024
1 parent 9090f4b commit 1ac2b47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dexs/Scopuly/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import fetchURL from "../../utils/fetchURL"
import { Chain } from "@defillama/sdk/build/general";
import fetchURL from "../../utils/fetchURL";
import { SimpleAdapter } from "../../adapters/types";
import { CHAIN } from "../../helpers/chains";
import customBackfill from "../../helpers/customBackfill";
import { getUniqStartOfTodayTimestamp } from "../../helpers/getUniSubgraphVolume";

const historicalVolumeEndpoint = "https://api.scopuly.com/api/liquidity_pools_volume"
Expand Down Expand Up @@ -38,8 +36,7 @@ const adapter: SimpleAdapter = {
adapter: {
[CHAIN.STELLAR]: {
fetch,
start: getStartTimestamp,
customBackfill: customBackfill(CHAIN.STELLAR as Chain, (_chian: string) => fetch)
start: 1706572800,
},
},
};
Expand Down

0 comments on commit 1ac2b47

Please sign in to comment.