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 endur to yield server #1621

Merged
merged 26 commits into from
Nov 27, 2024
Merged

Added endur to yield server #1621

merged 26 commits into from
Nov 27, 2024

Conversation

0x-minato
Copy link
Contributor

No description provided.

@llamatester
Copy link

The strkfarm adapter exports pools:

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

Nb of pools: 5
 

Sample pools:
┌─────────┬───────────────────┬────────────┬────────────┬────────┬──────────────────────────────────────────────────────────────────────────┬────────────────────┬────────────────────┬─────────────────────────────────────────────────────┬─────────────────────────┐
│ (index) │       pool        │   chain    │  project   │ symbol │                             underlyingTokens                             │       tvlUsd       │        apy         │                         url                         │        poolMeta         │
├─────────┼───────────────────┼────────────┼────────────┼────────┼──────────────────────────────────────────────────────────────────────────┼────────────────────┼────────────────────┼─────────────────────────────────────────────────────┼─────────────────────────┤
│    0    │  'eth_sensei_xl'  │ 'Starknet' │ 'strkfarm' │ 'ETH'  │ [ '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7' ] │ 422321.4098775202  │ 24.92019986358232  │  'https://app.strkfarm.xyz/strategy/eth_sensei_xl'  │     'ETH Sensei XL'     │
│    1    │   'strk_sensei'   │ 'Starknet' │ 'strkfarm' │ 'STRK' │ [ '0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d' ]  │ 361676.74407392496 │ 6.9418251059774505 │   'https://app.strkfarm.xyz/strategy/strk_sensei'   │      'STRK Sensei'      │
│    2    │   'usdc_sensei'   │ 'Starknet' │ 'strkfarm' │ 'USDC' │ [ '0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8' ] │ 327967.29801909905 │ 33.656582319273575 │   'https://app.strkfarm.xyz/strategy/usdc_sensei'   │      'USDC Sensei'      │
│    3    │   'eth_sensei'    │ 'Starknet' │ 'strkfarm' │ 'ETH'  │ [ '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7' ] │ 264849.2563992451  │ 4.807871900682014  │   'https://app.strkfarm.xyz/strategy/eth_sensei'    │      'ETH Sensei'       │
│    4    │ 'auto_token_strk' │ 'Starknet' │ 'strkfarm' │ 'STRK' │ [ '0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d' ]  │ 36670.98799983725  │ 4.378399315467151  │ 'https://app.strkfarm.xyz/strategy/auto_token_strk' │ 'Auto Compounding STRK' │
└─────────┴───────────────────┴────────────┴────────────┴────────┴──────────────────────────────────────────────────────────────────────────┴────────────────────┴────────────────────┴─────────────────────────────────────────────────────┴─────────────────────────┘

@llamatester
Copy link

Error while running endur adapter:

Test Suites: 1 failed, 1 total
Tests: 1 failed, 9 passed, 10 total
Snapshots: 0 total
Time: 0.276 s
Ran all test suites.

Nb of pools: 1
 

Sample pools:
┌─────────┬──────────────┬────────────┬─────────┬────────┬─────────────────────────────────────────────────────────────────────────┬───────────────────┬───────────────────┬────────────────────────┬──────────────┐
│ (index) │     pool     │   chain    │ project │ symbol │                            underlyingTokens                             │      tvlUsd       │        apy        │          url           │   poolMeta   │
├─────────┼──────────────┼────────────┼─────────┼────────┼─────────────────────────────────────────────────────────────────────────┼───────────────────┼───────────────────┼────────────────────────┼──────────────┤
│    0    │ 'endur_strk' │ 'Starknet' │ 'endur' │ 'STRK' │ [ '0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d' ] │ 3050643.413997344 │ 88.66163950066579 │ 'https://app.endur.fi' │ 'xSTRK Pool' │
└─────────┴──────────────┴────────────┴─────────┴────────┴─────────────────────────────────────────────────────────────────────────┴───────────────────┴───────────────────┴────────────────────────┴──────────────┘
}

@slasher125
Copy link
Collaborator

can only merge this after a tvl adapter has been merged

@0x-minato
Copy link
Contributor Author

can only merge this after a tvl adapter has been merged

Hey ser gm,

Thank you for letting me know. I think tvl adapter has been merged. This should work now

@llamatester
Copy link

The endur adapter exports pools:

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

Nb of pools: 1
 

Sample pools:
┌─────────┬──────────────┬────────────┬─────────┬────────┬─────────────────────────────────────────────────────────────────────────┬──────────────────┬────────────────────┬────────────────────────┬──────────────┐
│ (index) │     pool     │   chain    │ project │ symbol │                            underlyingTokens                             │      tvlUsd      │        apy         │          url           │   poolMeta   │
├─────────┼──────────────┼────────────┼─────────┼────────┼─────────────────────────────────────────────────────────────────────────┼──────────────────┼────────────────────┼────────────────────────┼──────────────┤
│    0    │ 'endur_strk' │ 'Starknet' │ 'endur' │ 'STRK' │ [ '0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d' ] │ 6768121.08778833 │ 26.024129641787507 │ 'https://app.endur.fi' │ 'xSTRK Pool' │
└─────────┴──────────────┴────────────┴─────────┴────────┴─────────────────────────────────────────────────────────────────────────┴──────────────────┴────────────────────┴────────────────────────┴──────────────┘

@slasher125 slasher125 merged commit aeb2b67 into DefiLlama:master Nov 27, 2024
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