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
Consider add helper function to get protocolFee for a specific direction, so that instead of
uint16 protocolFee = params.zeroForOne ? slot0Start.protocolFee.getZeroForOneFee() : slot0Start.protocolFee.getOneForZeroFee();
we can have
uint16 protocolFee = slot0Start.protocolFee.getProtocolFee(param.zeroForOne);
Originally posted by @ChefMist in #36 (comment)
The text was updated successfully, but these errors were encountered:
I think its fine not to have this, current way is fine too. what do you think?
Sorry, something went wrong.
same page, close for now
No branches or pull requests
Consider add helper function to get protocolFee for a specific direction, so that instead of
we can have
Originally posted by @ChefMist in #36 (comment)
The text was updated successfully, but these errors were encountered: