Skip to content

Add Harvest Finance vault meta info#1722

Merged
slasher125 merged 1 commit intoDefiLlama:masterfrom
CryptJS13:harvest-update
Feb 13, 2025
Merged

Add Harvest Finance vault meta info#1722
slasher125 merged 1 commit intoDefiLlama:masterfrom
CryptJS13:harvest-update

Conversation

@CryptJS13
Copy link
Contributor

Updated the Harvest Finance adaptor to include url and relevant meta per vault.

@llamatester
Copy link

The harvest-finance adapter exports pools:

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

Nb of pools: 266
 

Sample pools:
┌─────────┬──────────────────────────────────────────────┬────────────┬───────────────────┬─────────────┬────────────────────┬─────────┬───────────┬──────────────┬──────────────────────────────┬───────────────────────────────────────────────────────────────────────────────────┐
│ (index) │ pool                                         │ chain      │ project           │ symbol      │ tvlUsd             │ apyBase │ apyReward │ rewardTokens │ poolMeta                     │ url                                                                               │
├─────────┼──────────────────────────────────────────────┼────────────┼───────────────────┼─────────────┼────────────────────┼─────────┼───────────┼──────────────┼──────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────┤
│ 0       │ '0x0B0193fAD49DE45F5E2B0A9f5D6Bc3BB7D281688' │ 'Base'     │ 'harvest-finance' │ 'ETH'       │ 4038703.060874947  │ 5.54    │ null      │ null         │ 'Moonwell'                   │ 'https://app.harvest.finance/base/0x0B0193fAD49DE45F5E2B0A9f5D6Bc3BB7D281688'     │
│ 1       │ '0x90613e167D42CA420942082157B42AF6fc6a8087' │ 'Base'     │ 'harvest-finance' │ 'USDC'      │ 1702060.0641341084 │ 7.63    │ null      │ null         │ 'Moonwell'                   │ 'https://app.harvest.finance/base/0x90613e167D42CA420942082157B42AF6fc6a8087'     │
│ 2       │ '0xf0358e8c3CD5Fa238a29301d0bEa3D63A17bEdBE' │ 'Ethereum' │ 'harvest-finance' │ 'USDC'      │ 1122249.735720905  │ 7.19    │ null      │ null         │ 'Fluid'                      │ 'https://app.harvest.finance/ethereum/0xf0358e8c3CD5Fa238a29301d0bEa3D63A17bEdBE' │
│ 3       │ '0xc101921178b843fDcB6d512E4c30CF44e10FA51B' │ 'Base'     │ 'harvest-finance' │ 'EURC'      │ 703837.33379544    │ 10.66   │ null      │ null         │ 'Moonwell'                   │ 'https://app.harvest.finance/base/0xc101921178b843fDcB6d512E4c30CF44e10FA51B'     │
│ 4       │ '0xc5dc397B1dB51dA30dC9F3aC7084bBBA1EFbe249' │ 'Base'     │ 'harvest-finance' │ 'cbBTC'     │ 689741.27411945    │ 0.57    │ null      │ null         │ 'Moonwell'                   │ 'https://app.harvest.finance/base/0xc5dc397B1dB51dA30dC9F3aC7084bBBA1EFbe249'     │
│ 5       │ '0xc27bfE32E0a934a12681C1b35acf0DBA0e7460Ba' │ 'Ethereum' │ 'harvest-finance' │ 'stETH-ETH' │ 512450.87856491766 │ 2.45    │ null      │ null         │ 'Convex Finance'             │ 'https://app.harvest.finance/ethereum/0xc27bfE32E0a934a12681C1b35acf0DBA0e7460Ba' │
│ 6       │ '0x32DB5Cbac1C278696875eB9F27eD4cD7423dd126' │ 'Arbitrum' │ 'harvest-finance' │ 'ARB'       │ 435652.65903673315 │ 1.4     │ null      │ null         │ 'Venus'                      │ 'https://app.harvest.finance/arbitrum/0x32DB5Cbac1C278696875eB9F27eD4cD7423dd126' │
│ 7       │ '0xFE09e53A81Fe2808bc493ea64319109B5bAa573e' │ 'Ethereum' │ 'harvest-finance' │ 'ETH'       │ 333646.2512153291  │ 1.87    │ null      │ null         │ 'Compound V3'                │ 'https://app.harvest.finance/ethereum/0xFE09e53A81Fe2808bc493ea64319109B5bAa573e' │
│ 8       │ '0x53FC8a209130c5f15098fF53b367aA0c074af486' │ 'Base'     │ 'harvest-finance' │ 'VIRTUAL'   │ 309272.0950713133  │ 44.63   │ null      │ null         │ 'ExtraFi - Lend'             │ 'https://app.harvest.finance/base/0x53FC8a209130c5f15098fF53b367aA0c074af486'     │
│ 9       │ '0xcAfb01AB827b6D57eD17fc1db6091E094EF6a1D5' │ 'Base'     │ 'harvest-finance' │ 'cbBTC'     │ 290529.28951606    │ 2.23    │ null      │ null         │ 'Morpho - Moonwell Frontier' │ 'https://app.harvest.finance/base/0xcAfb01AB827b6D57eD17fc1db6091E094EF6a1D5'     │
└─────────┴──────────────────────────────────────────────┴────────────┴───────────────────┴─────────────┴────────────────────┴─────────┴───────────┴──────────────┴──────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@slasher125 slasher125 merged commit 2291969 into DefiLlama:master Feb 13, 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