Skip to content
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

remove unused hypervisor vault from yields calculation #1766

Merged
merged 3 commits into from
Mar 14, 2025

Conversation

ewansheldon
Copy link
Contributor

remove hypervisor vault from yields calculation, because it is no longer used in our project

@llamatester
Copy link

The the-standard adapter exports pools:

Test Suites: 1 passed, 1 total
Tests: 39 passed, 39 total
Snapshots: 0 total
Time: 0.252 s
Ran all test suites.

Nb of pools: 5
 

Sample pools:
┌─────────┬───────────────────────────────────────────────────────┬────────────┬────────────────┬─────────────┬────────────────────┬────────────────────┬───────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────┐
│ (index) │ pool                                                  │ chain      │ project        │ symbol      │ tvlUsd             │ apyBase            │ apyReward         │ rewardTokens                                                                                                                                 │ underlyingTokens                                                                               │
├─────────┼───────────────────────────────────────────────────────┼────────────┼────────────────┼─────────────┼────────────────────┼────────────────────┼───────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────┤
│ 0       │ '0x52ee1ffba696c5e9b0bc177a9f8a3098420ea691-arbitrum' │ 'Arbitrum' │ 'the-standard' │ 'WBTC-WETH' │ 230825.38537438712 │ 9.812721316831615  │ 0                 │ []                                                                                                                                           │ [ '0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f', '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1' ] │
│ 1       │ '0x547a116a2622876ce1c8d19d41c683c8f7bec5c0-arbitrum' │ 'Arbitrum' │ 'the-standard' │ 'USDs-USDC' │ 150896.7070162273  │ 1.2158880922900188 │ 9.999841278211735 │ [ '0xf5a27e55c748bcddbfea5477cb9ae924f0f7fd2e' ]                                                                                             │ [ '0x2Ea0bE86990E8Dac0D09e4316Bb92086F304622d', '0xaf88d065e77c8cC2239327C5EDb3A432268e5831' ] │
│ 2       │ '0xfa392dbefd2d5ec891ef5aeb87397a89843a8260-arbitrum' │ 'Arbitrum' │ 'the-standard' │ 'WETH-LINK' │ 23991.567420563602 │ 478.4189980996825  │ 0                 │ [ '0x18c11fd286c5ec11c3b683caa813b77f5163a122', '0x912ce59144191c1204e64559fe8253a0e49e6548', '0x912ce59144191c1204e64559fe8253a0e49e6548' ] │ [ '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', '0xf97f4df75117a78c1A5a0DBb814Af92458539FB4' ] │
│ 3       │ '0x6b7635b7d2e85188db41c3c05b1efa87b143fce8-arbitrum' │ 'Arbitrum' │ 'the-standard' │ 'WETH-ARB'  │ 5662.409768677375  │ 5.717861267631121  │ 0                 │ []                                                                                                                                           │ [ '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', '0x912CE59144191C1204E64559FE8253a0e49E6548' ] │
│ 4       │ '0xf08bdbc590c59cb7b27a8d224e419ef058952b5f-arbitrum' │ 'Arbitrum' │ 'the-standard' │ 'WETH-gmx'  │ 4310.983726790617  │ 293.691689039344   │ 0                 │ []                                                                                                                                           │ [ '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', '0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a' ] │
└─────────┴───────────────────────────────────────────────────────┴────────────┴────────────────┴─────────────┴────────────────────┴────────────────────┴───────────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@slasher125 slasher125 merged commit 3dbce43 into DefiLlama:master Mar 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants