We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eaeba commit 43f53b5Copy full SHA for 43f53b5
fees/apex-omni.ts
@@ -18,6 +18,7 @@ const fetch = async (_: any, _b: any, options: FetchOptions): Promise<FetchResul
18
if (typeof feesData?.feeOfDate !== "string") throw new Error("No fee data");
19
return {
20
dailyFees: feesData?.feeOfDate,
21
+ dailyRevenue: (Number(feesData.feeOfDate) ?? 0) / 2,
22
}
23
24
0 commit comments