-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update gauntlet.ts #4402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gauntlet.ts #4402
Conversation
Adding new vaults and removing negative fee capping
|
The gauntlet.ts adapter exports: |
fees/gauntlet.ts
Outdated
| SupplySideRevenue: { | ||
| [METRIC.ASSETS_YIELDS]: "Amount of yields distributed to supply-side depositors.", | ||
| }, | ||
| Revenue: "Daily performance fees claimed by the Gauntlet manager during the specified time period" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please merge upstream master branch, as you are overwriting many new implementation like breakdownmethodology.
treeoflife2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
- Added METRIC imports and Dependencies for upstream compatibility - Updated to version 1 adapter with breakdownMethodology structure - Added proper METRIC.MANAGEMENT_FEES and METRIC.ASSETS_YIELDS usage - Preserved new vaults: wETH Plus and dfdvSOL Plus - Maintained negative fee support (no capping) to avoid double-counting - Fixed double-counting by excluding manager fees from gross returns - Added proper filtering for zero/null amounts in manager fees query Addresses reviewer feedback about missing breakdownMethodology implementation.
|
The gauntlet.ts adapter exports: |
No fee capping and adding new vaults