From 464499530a9bb1ebdf6659f8e667e0abd4f5d01a Mon Sep 17 00:00:00 2001 From: Define101 Date: Fri, 5 Apr 2024 16:12:33 +0100 Subject: [PATCH] remove totalVolume field from myx finance --- dexs/myx-finance/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dexs/myx-finance/index.ts b/dexs/myx-finance/index.ts index 0570aa85c2..1add297a52 100644 --- a/dexs/myx-finance/index.ts +++ b/dexs/myx-finance/index.ts @@ -46,7 +46,6 @@ const getFetch = async (optios: FetchOptions) => { return { timestamp: dayTimestamp, dailyVolume: dailyData.tradeVolume?.volume || "0", - totalVolume: totalData.tradeVolume?.volume || "0", } }