Skip to content

Commit

Permalink
enable total voliume
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Sep 29, 2023
1 parent 84f9932 commit fa2726c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dexs/tegro/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const adapters = univ2Adapter({
factoriesName: "totalVolumes",
dailyVolume: "volume",
totalVolume: "volume",
dayData: "dailyVolume",
hasTotalVolume: false,
dayData: "dailyVolume"
});

adapters.adapter.ethereum.start = async () => (24 * 60 * 60) * 19600;
Expand Down

0 comments on commit fa2726c

Please sign in to comment.