Skip to content

Commit

Permalink
Merge pull request #670 from 0x0ai/update-0x0
Browse files Browse the repository at this point in the history
Update 0x0dex revenue
  • Loading branch information
dtmkeng committed Jul 27, 2023
2 parents 23837ef + 97d155e commit 8e3063e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fees/0x0dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ const fetch = async (timestamp: number): Promise<FetchResult> => {
return {
timestamp: timestamp,
dailyFees: dailyFees.toString(),
// 100% of the revenue going to holders, hence, fees = revenue, fees = holdersRevenue
dailyHoldersRevenue: dailyFees.toString(),
dailyProtocolRevenue: dailyFees.toString()
};
};

Expand All @@ -102,7 +105,7 @@ const adapter: Adapter = {
start: async () => 1685386800,
meta: {
methodology: {
Fees: "0x0 collects a 0.9% fee on deposits",
Fees: "0x0 collects a 0.9% fee on deposits"
}
}
}
Expand Down

0 comments on commit 8e3063e

Please sign in to comment.