Skip to content

Commit

Permalink
fix add status
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Dec 16, 2024
1 parent 57f2198 commit 3976838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dexs/mars-perp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const fetch = async (options: FetchOptions): Promise<FetchResult> => {
return {
dailyVolume: last24HourVolume,
dailyProtocolRevenue: last24HourRevenue,
dailyRevenue: last24HourRevenue,
dailyFees: last24HourFees,
dailyShortOpenInterest: last24HoursShortOpenInterest,
dailyLongOpenInterest: last24HoursLongOpenInterest,
Expand Down

0 comments on commit 3976838

Please sign in to comment.