src/utils/math.ts:115 const amt0 = expandDecimals(amount0, token1Decimal); const amt1 = expandDecimals(amount1, token0Decimal); Looks like the decimals are reversed.
src/utils/math.ts:115
const amt0 = expandDecimals(amount0, token1Decimal);
const amt1 = expandDecimals(amount1, token0Decimal);
Looks like the decimals are reversed.