Skip to content

Commit

Permalink
disable total volume
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jun 30, 2023
1 parent 2dbc2ce commit 2b78105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/jediswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const fetch = async (timestamp: number): Promise<FetchResult> => {

return {
dailyVolume: volume?.dailyVolumeUSD ? `${volume.dailyVolumeUSD}` : undefined,
totalVolume: volume?.totalVolumeUSD ? `${volume.totalVolumeUSD}` : undefined,
// totalVolume: volume?.totalVolumeUSD ? `${volume.totalVolumeUSD}` : undefined,
timestamp: dayTimestamp,
};
}
Expand Down

0 comments on commit 2b78105

Please sign in to comment.