-
Notifications
You must be signed in to change notification settings - Fork 33
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
Clamm #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great.
Left some suggestions, otherwise I think we're good to move forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, left some minor suggestions on optimizations. We can rebase and merge it once it's ready! 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I think we can roll it out and prepare for the dapp release using the new data layout 🙏
@ethzoomer any reason why we don't add the additional |
Wdym exactly? |
It's related to the conversation about |
@ethzoomer do you think you can deploy this, I'm happy to give it a quick test and merge it. |
readme.md
Outdated
* `alm_vault` - ALM vault address on v3 if it exists, empty address on v2 | ||
* `alm_reserve0` - ALM vault token0 reserves on v3, 0 on v2 | ||
* `alm_reserve1` - ALM vault token1 reserves on v3, 0 on v2 | ||
* `positions` - a list of account pool position data, it is a struct of type `Position` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized we didn't add the Position
docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty added
Put |
@ethzoomer I think we can merge this now ⚡ |
Adds CLAMM pools to LpSugar. Need to decide how we want to differentiate between v2 and v3 pools before the
byData
call