We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
beforeInitialize should check if it is called by the PoolManager and revert if it isn't
In the current version anyone can override the liquidityToken in the poolInfo
only PoolManager should be able to call it
No response
The text was updated successfully, but these errors were encountered:
Hi! thanks for flagging -- going to close this issue because:
hook examples no longer live in the main branch
custom accounting will allow for a more v2-style curve with v2 interfaces. reference implementation https://github.com/hensha256/v2-on-v4
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
beforeInitialize should check if it is called by the PoolManager and revert if it isn't
In the current version anyone can override the liquidityToken in the poolInfo
Expected Behavior
only PoolManager should be able to call it
To Reproduce
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: