rico2009

Results 1 issues of rico2009

examples/v3-sdk/quoting/src/libs/quote.ts line 21: const quotedAmountOut = await quoterContract.callStatic.quoteExactInputSingle( poolConstants.token0, poolConstants.token1, poolConstants.fee, fromReadableAmount( CurrentConfig.tokens.amountIn, CurrentConfig.tokens.in.decimals ).toString(), 0 ) ========================================== poolConstants.token0 and token1=> two tokens of the pool , sorted by address...