-
Notifications
You must be signed in to change notification settings - Fork 870
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
Update adapter for Teller pools #1760
Conversation
…lyUsd Fix totalCommited and supplyUsd
i think we need to make some other changes to this adapter, lets take this pool as an example: https://app.teller.org/ethereum/lend/pool/b65320e0e814aac23b70545331bf004820ba9553 pls confirm:
if correct, we need to make these changes:
|
Previous comments confirmed 👍 Recent commit addresses the required changes. For the USDC/BEAM pool used as an example: USDC adapter
BEAM adapter
|
we need to add |
|
this is still missing hence why tests are failing, are you testing locally? |
Thank you. Duplicate pool Ids issue addressed 👍 Tests seem to be passing now:
|
This PR updates
totalSupplyUsd
to properly show the total liquidity (lending token) that was supplied into the pool. Now, the pool data returns the correcttvlUsd
andtotalSupplyUsd
metrics. This maps to the onchain data.For example: