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

adapter swell: predeposit l2 pendle pt #1410

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GuiDupont
Copy link

@GuiDupont GuiDupont commented May 23, 2024

Summary

add a new type of contracts for swell adapter: SwellL2PreDeposit and the functions to get the amount of tokens deposited by the user. This is done by querying the contract at address 0x38d43a6cb8da0e855a42fb6b0733a0498531d774 and it's function stakedBalances(address user, address token) view.
The list of token to check is obtained by querying the swell API, there is no clean way to get this info onchain, aside querying all past events.

Llamafolio doesn't display the pt from pendle deposited on Swell L2 predeposit contract.

Checklist

  • I checked my changes for obvious issues, debug statements and commented code
  • I tested adapter results with the CLI

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.

None yet

1 participant