Skip to content

Commit 008c233

Browse files
committed
fix quanto revenue
1 parent 5e04c94 commit 008c233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fees/quanto/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ const fetch = async (timestamp: number, _chain: any, options: FetchOptions) => {
3737

3838
return {
3939
dailyFees,
40-
dailyRevenue: "0",
40+
dailyRevenue: dailyFees,
4141
dailyHoldersRevenue: dailyFees,
4242
};
4343
};
4444

4545
const methodology = {
46-
Fees: "trading fees paid by users",
47-
Revenue: "70% of fees are burned and 30% is distributed to token holders.",
46+
Fees: "All Trading fees paid by users",
47+
Revenue: "All fees are revenue, 70% are burned and 30% is distributed to token holders.",
4848
HoldersRevenue: "70% of fees are burned and 30% of trading fees distributed to QTO stakers.",
4949
};
5050

0 commit comments

Comments
 (0)