Skip to content

Commit 43f53b5

Browse files
authored
apex revenue (#4591)
1 parent 19eaeba commit 43f53b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fees/apex-omni.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const fetch = async (_: any, _b: any, options: FetchOptions): Promise<FetchResul
1818
if (typeof feesData?.feeOfDate !== "string") throw new Error("No fee data");
1919
return {
2020
dailyFees: feesData?.feeOfDate,
21+
dailyRevenue: (Number(feesData.feeOfDate) ?? 0) / 2,
2122
}
2223
}
2324

0 commit comments

Comments
 (0)