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

NEW: IDLE rewards apy #1074

Merged
merged 1 commit into from
Nov 10, 2023
Merged

NEW: IDLE rewards apy #1074

merged 1 commit into from
Nov 10, 2023

Conversation

samster91
Copy link
Contributor

Added fields apyReward and rewardTokens

@llamatester
Copy link

The idle adapter exports pools:

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

Nb of pools: 61
 

Sample pools:
┌─────────┬──────────────────────────────────────────────┬─────────────┬───────────┬──────────────────────────────────────────────────┬─────────┬──────────────────────────────────────┬──────────────────┬─────────┬────────────┬──────────────────────────────────────────────────┐
│ (index) │                     pool                     │   apyBase   │ apyReward │                   rewardTokens                   │ symbol  │               poolMeta               │      tvlUsd      │ project │   chain    │                 underlyingTokens                 │
├─────────┼──────────────────────────────────────────────┼─────────────┼───────────┼──────────────────────────────────────────────────┼─────────┼──────────────────────────────────────┼──────────────────┼─────────┼────────────┼──────────────────────────────────────────────────┤
│    0    │ '0x3fE7940616e5Bc47b0775a0dccf6237893353bB4' │ 7.29424725  │     0     │                        []                        │  'DAI'  │         'Senior Best Yield'          │ 5437763.43039969 │ 'idle'  │ 'Ethereum' │ [ '0x6B175474E89094C44Da98b954EedeAC495271d0F' ] │
│    1    │ '0x5274891bEC421B39D23760c04A6755eCB444797C' │ 4.63282951  │     0     │                        []                        │ 'USDC'  │         'Senior Best Yield'          │ 2882325.19182315 │ 'idle'  │ 'Ethereum' │ [ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' ] │
│    2    │ '0xF34842d05A1c888Ca02769A633DF37177415C2f8' │ 5.33519199  │     0     │                        []                        │ 'USDT'  │         'Senior Best Yield'          │ 2853972.59771959 │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    3    │ '0x0a6f2449C09769950cFb76f905Ad11c341541f70' │ 5.86426165  │     0     │                        []                        │ 'USDT'  │ 'Clearpool Fasanara Senior Tranche'  │  2431220.08142   │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    4    │ '0xafbAeA12DE33bF6B44105Eceecec24B29163077c' │ 9.51485314  │   11.17   │ [ '0x4200000000000000000000000000000000000042' ] │ 'USDT'  │ 'Clearpool Portofino Junior Tranche' │  1924234.625744  │ 'idle'  │ 'Optimism' │ [ '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ] │
│    5    │ '0x7038D2A5323064f7e590EADc0E8833F2613F6317' │ 8.09814861  │   13.38   │ [ '0x4200000000000000000000000000000000000042' ] │ 'USDT'  │ 'Clearpool Fasanara Junior Tranche'  │  1763072.212908  │ 'idle'  │ 'Optimism' │ [ '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ] │
│    6    │ '0x43eD68703006add5F99ce36b5182392362369C1c' │ 15.11926261 │     0     │                        []                        │  'DAI'  │ 'Clearpool Portofino Senior Tranche' │ 1690769.31889949 │ 'idle'  │ 'Ethereum' │ [ '0x6B175474E89094C44Da98b954EedeAC495271d0F' ] │
│    7    │ '0x3a52fa30c33cAF05fAeE0f9c5Dfe5fd5fe8B3978' │ 4.04556848  │     0     │                        []                        │ 'STETH' │        'Lido Junior Tranche'         │ 1685035.22716417 │ 'idle'  │ 'Ethereum' │ [ '0xae7ab96520de3a18e5e111b5eaab095312d7fe84' ] │
│    8    │ '0xbcC845bB731632eBE8Ac0BfAcdE056170aaaaa06' │ 13.11284865 │     0     │                        []                        │ 'USDC'  │ 'Clearpool Fasanara Junior Tranche'  │  1676960.639771  │ 'idle'  │ 'Ethereum' │ [ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' ] │
│    9    │ '0x3Eb6318b8D9f362a0e1D99F6032eDB1C4c602500' │ 16.03722186 │     0     │                        []                        │ 'USDT'  │ 'Clearpool Fasanara Junior Tranche'  │  1486437.817398  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
└─────────┴──────────────────────────────────────────────┴─────────────┴───────────┴──────────────────────────────────────────────────┴─────────┴──────────────────────────────────────┴──────────────────┴─────────┴────────────┴──────────────────────────────────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@samster91 samster91 changed the title NEW: rewards apy NEW: IDLE rewards apy Nov 9, 2023
@slasher125 slasher125 merged commit 87c26d8 into DefiLlama:master Nov 10, 2023
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