Skip to content

Commit

Permalink
remove totalVolume field from myx finance
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Apr 5, 2024
1 parent b2fb8fd commit 4644995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dexs/myx-finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const getFetch = async (optios: FetchOptions) => {
return {
timestamp: dayTimestamp,
dailyVolume: dailyData.tradeVolume?.volume || "0",
totalVolume: totalData.tradeVolume?.volume || "0",
}
}

Expand Down

0 comments on commit 4644995

Please sign in to comment.