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

Added Optimism, zkEVM pools to Idle adapter #1065

Merged
merged 6 commits into from
Nov 6, 2023

Conversation

samster91
Copy link
Contributor

No description provided.

@llamatester
Copy link

Error while running idle adapter:

Test Suites: 1 failed, 1 total
Tests: 1 failed, 357 passed, 358 total
Snapshots: 0 total
Time: 0.629 s
Ran all test suites.

Nb of pools: 59
 

Sample pools:
┌─────────┬──────────────────────────────────────────────┬─────────────┬─────────┬──────────────────────────────────────┬──────────────────┬─────────┬────────────┬──────────────────────────────────────────────────┐
│ (index) │                     pool                     │   apyBase   │ symbol  │               poolMeta               │      tvlUsd      │ project │   chain    │                 underlyingTokens                 │
├─────────┼──────────────────────────────────────────────┼─────────────┼─────────┼──────────────────────────────────────┼──────────────────┼─────────┼────────────┼──────────────────────────────────────────────────┤
│    0    │ '0x3fE7940616e5Bc47b0775a0dccf6237893353bB4' │ 4.75037523  │  'DAI'  │         'Senior Best Yield'          │ 5444447.67323984 │ 'idle'  │ 'Ethereum' │ [ '0x6B175474E89094C44Da98b954EedeAC495271d0F' ] │
│    1    │ '0x5274891bEC421B39D23760c04A6755eCB444797C' │ 8.27030896  │ 'USDC'  │         'Senior Best Yield'          │ 2880848.2217456  │ 'idle'  │ 'Ethereum' │ [ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' ] │
│    2    │ '0xF34842d05A1c888Ca02769A633DF37177415C2f8' │ 5.11839101  │ 'USDT'  │         'Senior Best Yield'          │ 2849396.4491344  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    3    │ '0x0a6f2449C09769950cFb76f905Ad11c341541f70' │ 6.04845812  │ 'USDT'  │ 'Clearpool Fasanara Senior Tranche'  │  2843242.406037  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    4    │ '0xbcC845bB731632eBE8Ac0BfAcdE056170aaaaa06' │ 31.62263342 │ 'USDC'  │ 'Clearpool Fasanara Junior Tranche'  │  2003829.968924  │ 'idle'  │ 'Ethereum' │ [ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' ] │
│    5    │ '0x43eD68703006add5F99ce36b5182392362369C1c' │ 7.10200988  │  'DAI'  │ 'Clearpool Portofino Senior Tranche' │ 1692714.00261914 │ 'idle'  │ 'Ethereum' │ [ '0x6B175474E89094C44Da98b954EedeAC495271d0F' ] │
│    6    │ '0x3Eb6318b8D9f362a0e1D99F6032eDB1C4c602500' │ 15.95493679 │ 'USDT'  │ 'Clearpool Fasanara Junior Tranche'  │  1481399.018942  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    7    │ '0x3a52fa30c33cAF05fAeE0f9c5Dfe5fd5fe8B3978' │ 4.15219566  │ 'STETH' │        'Lido Junior Tranche'         │ 1477171.36412351 │ 'idle'  │ 'Ethereum' │ [ '0xae7ab96520de3a18e5e111b5eaab095312d7fe84' ] │
│    8    │ '0xafbAeA12DE33bF6B44105Eceecec24B29163077c' │ 11.85785405 │ 'USDT'  │ 'Clearpool Portofino Junior Tranche' │  1397564.41097   │ 'idle'  │ 'Optimism' │ [ '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ] │
│    9    │ '0x7038D2A5323064f7e590EADc0E8833F2613F6317' │ 8.86852189  │ 'USDT'  │ 'Clearpool Fasanara Junior Tranche'  │  1256809.009819  │ 'idle'  │ 'Optimism' │ [ '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ] │
└─────────┴──────────────────────────────────────────────┴─────────────┴─────────┴──────────────────────────────────────┴──────────────────┴─────────┴────────────┴──────────────────────────────────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama
}

@llamatester
Copy link

The idle adapter exports pools:

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

Nb of pools: 59
 

Sample pools:
┌─────────┬──────────────────────────────────────────────┬─────────────┬─────────┬──────────────────────────────────────┬──────────────────┬─────────┬────────────┬──────────────────────────────────────────────────┐
│ (index) │                     pool                     │   apyBase   │ symbol  │               poolMeta               │      tvlUsd      │ project │   chain    │                 underlyingTokens                 │
├─────────┼──────────────────────────────────────────────┼─────────────┼─────────┼──────────────────────────────────────┼──────────────────┼─────────┼────────────┼──────────────────────────────────────────────────┤
│    0    │ '0x3fE7940616e5Bc47b0775a0dccf6237893353bB4' │ 4.75037523  │  'DAI'  │         'Senior Best Yield'          │ 5444447.67323984 │ 'idle'  │ 'Ethereum' │ [ '0x6B175474E89094C44Da98b954EedeAC495271d0F' ] │
│    1    │ '0x5274891bEC421B39D23760c04A6755eCB444797C' │ 8.27030896  │ 'USDC'  │         'Senior Best Yield'          │ 2880848.2217456  │ 'idle'  │ 'Ethereum' │ [ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' ] │
│    2    │ '0xF34842d05A1c888Ca02769A633DF37177415C2f8' │ 5.11839101  │ 'USDT'  │         'Senior Best Yield'          │ 2849396.4491344  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    3    │ '0x0a6f2449C09769950cFb76f905Ad11c341541f70' │ 6.04845812  │ 'USDT'  │ 'Clearpool Fasanara Senior Tranche'  │  2843242.406037  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    4    │ '0xbcC845bB731632eBE8Ac0BfAcdE056170aaaaa06' │ 31.62263342 │ 'USDC'  │ 'Clearpool Fasanara Junior Tranche'  │  2003829.968924  │ 'idle'  │ 'Ethereum' │ [ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' ] │
│    5    │ '0x43eD68703006add5F99ce36b5182392362369C1c' │ 7.10200988  │  'DAI'  │ 'Clearpool Portofino Senior Tranche' │ 1692714.00261914 │ 'idle'  │ 'Ethereum' │ [ '0x6B175474E89094C44Da98b954EedeAC495271d0F' ] │
│    6    │ '0x3Eb6318b8D9f362a0e1D99F6032eDB1C4c602500' │ 15.95493679 │ 'USDT'  │ 'Clearpool Fasanara Junior Tranche'  │  1481399.018942  │ 'idle'  │ 'Ethereum' │ [ '0xdAC17F958D2ee523a2206206994597C13D831ec7' ] │
│    7    │ '0x3a52fa30c33cAF05fAeE0f9c5Dfe5fd5fe8B3978' │ 4.15219566  │ 'STETH' │        'Lido Junior Tranche'         │ 1477171.36412351 │ 'idle'  │ 'Ethereum' │ [ '0xae7ab96520de3a18e5e111b5eaab095312d7fe84' ] │
│    8    │ '0xafbAeA12DE33bF6B44105Eceecec24B29163077c' │ 11.85785405 │ 'USDT'  │ 'Clearpool Portofino Junior Tranche' │  1397564.41097   │ 'idle'  │ 'Optimism' │ [ '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ] │
│    9    │ '0x7038D2A5323064f7e590EADc0E8833F2613F6317' │ 8.86852189  │ 'USDT'  │ 'Clearpool Fasanara Junior Tranche'  │  1256809.009819  │ 'idle'  │ 'Optimism' │ [ '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ] │
└─────────┴──────────────────────────────────────────────┴─────────────┴─────────┴──────────────────────────────────────┴──────────────────┴─────────┴────────────┴──────────────────────────────────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@slasher125 slasher125 merged commit aeb7969 into DefiLlama:master Nov 6, 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