Skip to content

Commit

Permalink
feat: holder and supply revenue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aercwarden committed Mar 29, 2024
1 parent 387b357 commit 2c8b2ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions options/dopex/clamm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ async function getChainStats({ graphUrl, timestamp }: IGetChainStatsParams) {
timestamp,
...cumulative,
...daily,
dailySupplySideRevenue: daily.dailyPremiumVolume,
totalSupplySideRevenue: cumulative.totalPremiumVolume,
dailyHoldersRevenue: daily.dailyRevenue,
totalDailyHoldersRevenue: cumulative.totalRevenue,
};
}

Expand Down

0 comments on commit 2c8b2ea

Please sign in to comment.