forked from DefiLlama/yield-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Merging updates from defillama #3
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
Open
iagoLD
wants to merge
5,547
commits into
Window-Finance:master
Choose a base branch
from
DefiLlama:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
track 40-acres blackhole yield
feat(metrom): adapt to new api structure
…pools Add frankencoin yield pools
add bsc pools
- Set apyBase to 7-day APY (rolling7d), fallback to 0 if empty - Add required 'project' field set to 'nest-credit' - Add live=true parameter to API URL - Handle empty/missing APY values gracefully
Added saga vyUSD token
feature: Add Isle Finance adapter
Feat: Add cSigma Yield Bearing Tokens
feat: add APY data fetching functionality for mondayTrade
Add Project 0 yield adapter
LazyUSD is a delta-neutral yield vault on Ethereum that deploys USDC across lending protocols, DEXs, and derivatives platforms to generate sustainable yields while maintaining full USDC backing. The adapter calculates APY based on share price changes over a 7-day window, falling back to accumulated yield for new vaults.
- Use vault deploy block to calculate available history - Try 7-day window first, fall back to 1-day if vault is newer - Remove hardcoded daysLive that would become stale
- Corrected VAULT_DEPLOY_BLOCK from 21763550 to 24181000 (Jan 7, 2026) - Use ethers.js directly instead of SDK for more reliable ABI parsing - Calculate APY using 7-day window (falls back to 1-day for new vaults)
- Remove fallback to 1-day calculation - Return 0 APY if vault is less than 7 days old - Add guard against division by zero - Cap APY at 100% to filter data outliers - Simpler, more predictable calculation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Neura Vaults yields adapter
Following best practices from other vault-style adapters (Sandclock, Beraborrow), providing both metrics gives users better insight into yield stability. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
add mstable-v2 project
feat: add project x pools
Add LazyUSD yield adapter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.