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
At The liquidity delta calculation the code for amt0 and amt1 have a issue . the code shows const amt0 = expandDecimals(amount0, token0Decimal); const amt1 = expandDecimals(amount1, token1Decimal); which is wrong as per my understanding link to code https://github.com/chunrapeepat/uniswap.fish/blob/4102d32eea54b40b75afd09be852166dec934352/src/utils/uniswapv3/math.ts#L248
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At The liquidity delta calculation the code for amt0 and amt1 have a issue .
the code shows
const amt0 = expandDecimals(amount0, token0Decimal);
const amt1 = expandDecimals(amount1, token1Decimal);
which is wrong as per my understanding
link to code https://github.com/chunrapeepat/uniswap.fish/blob/4102d32eea54b40b75afd09be852166dec934352/src/utils/uniswapv3/math.ts#L248
The text was updated successfully, but these errors were encountered: