From 3976838cd8caf5c1d44fef1f229d682dad13808c Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Mon, 16 Dec 2024 13:16:55 +0000 Subject: [PATCH] fix add status --- dexs/mars-perp/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dexs/mars-perp/index.ts b/dexs/mars-perp/index.ts index 28c9678ec3..d2e6fbca5d 100644 --- a/dexs/mars-perp/index.ts +++ b/dexs/mars-perp/index.ts @@ -54,6 +54,7 @@ const fetch = async (options: FetchOptions): Promise => { return { dailyVolume: last24HourVolume, dailyProtocolRevenue: last24HourRevenue, + dailyRevenue: last24HourRevenue, dailyFees: last24HourFees, dailyShortOpenInterest: last24HoursShortOpenInterest, dailyLongOpenInterest: last24HoursLongOpenInterest,