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
Add support for multiple denominators in the pool, i.e. add an extra coefficient so that the result would correspond to token denominator taking into account native pool denominator 1e9. Therefore for USDC ( 1e6) all operations values must be multiplied by 1e3. Inverse denominator can be obtained from the contract - https://github.com/zkBob/zkbob-contracts/pull/79/files#diff-e323fb0df158445703db898a290a14791771e48f31c6f10add5bb86df87311f8R152
The text was updated successfully, but these errors were encountered:
EvgenKor
Successfully merging a pull request may close this issue.
Add support for multiple denominators in the pool, i.e. add an extra coefficient so that the result would correspond to token denominator taking into account native pool denominator 1e9. Therefore for USDC ( 1e6) all operations values must be multiplied by 1e3. Inverse denominator can be obtained from the contract - https://github.com/zkBob/zkbob-contracts/pull/79/files#diff-e323fb0df158445703db898a290a14791771e48f31c6f10add5bb86df87311f8R152
The text was updated successfully, but these errors were encountered: