forked from DefiLlama/yield-server
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merging updates from defillama #3
Open
iagoLD
wants to merge
3,716
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 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
* wip: Add lynex-fusion * chore: Change pool var * chore: Make it use on-chain data * fix: Remove api fetching * chore: Make it use on-chain data v2 --------- Co-authored-by: Apeguru <[email protected]>
* feat: add nx-finance adaptor * feat: pool address
Euler v2 yield adapter
We are going to support multiple markets for a single asset, so the symbol for an asset might be incorrect for some case
Euler v2 adapter fix pool url
fix:💥breaking change on the API - update symbol
* Adds yield adapter for Ensuro (https://ensuro.co) Adds the yield adapter to compute Ensuro APY of Ensuro Pools (eTokens). The adapter computes the totalSupply variation in the last day (excluding net deposits), as a percentage of initial totalSupply as the daily APR. Then converts the APR to annualized APY. * Ensuro: removes deprecated pools and adds new ones Other changes are just linting. * Change connection to use Ethereum Alchemy connection * Add validation of the required environment variable * Improve the code and avoid infinite loop * Remove console.log + fixes symbol + adds poolMeta
* Change name for CrossCurve pool * Override data for xWETH pool --------- Co-authored-by: spiehdid <[email protected]>
* add balancer v3 * fix chains
* add blend pool yields * scale apr to percentage * specify pools to load to reduce rpc usage and filter for single asset with highest apr amongst pools * add pool id to poolMeta --------- Co-authored-by: Ryang-21 <[email protected]>
* use unique pool ids for each blend pool and asset * simplify logic for adding pools to the return array * remove url change * fix a typo
* Implement Harmonix yield adaptor * Update underlying asset returns array of address
Co-authored-by: Daniel_Dean <[email protected]>
* feat: add scallop lend adaptor * fix: tvl and apy calculation * fix: tvl calculation and add addtional fields * feat: add borrow reward * refactor: minor * feat: add ltv
* added fluid_vaults adaptor * made further changes * all except 1 test passing * updated apyBase and apyReward logic * added the changes * . * symbols are fetching * . * cleaned up * changed pooladdresses format * merged vaults into lending adaptor * added additional returned variables --------- Co-authored-by: 0xprinc <[email protected]> Co-authored-by: bergben <[email protected]>
* Feat: add fenix v3 and v2 pools * fix: add 10k tvl check * chore: remove unneccesary call in v3 pool * fix: slug name as folder * fix: remove v2 to add in seperate pr * feat: add v2 pools to yeild server * fix: build * fix: tvl values
* Feat: add fenix v3 and v2 pools * fix: add 10k tvl check * chore: remove unneccesary call in v3 pool * fix: slug name as folder * fix: remove v2 to add in seperate pr * fix: tvl values * fix:build
… EVAA Protocol (#1665) * feat: add rewardApy for EVAA Protocol * feat: add rewardTokens * feat: merkleProof oracle getPrices system * feat: rewardApy & rewardTokens prop * fix: type capability for calculateRewardApy func * fix: tokenSymbol return for rewardTokens
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.