shivam yadav
shivam yadav
Hi, I am trying to perform a swap on uniswap using v3-sdk by following the code: [https://github.com/Uniswap/examples/blob/bbee4b974768ff1668ac56e27d1fe840060bb61b/v3-sdk/trading/src/libs/trading.ts](https://github.com/Uniswap/examples/blob/bbee4b974768ff1668ac56e27d1fe840060bb61b/v3-sdk/trading/src/libs/trading.ts) but while creating an uncheckedTrade and passing the amountOut: ``` const amountOut =...
I'm currently working on a project that involves creating two custom tokens on the Mumbai testnet and performing a swap operation for these tokens on Uniswap. However, I'm encountering an...
Time: 30-04-2025 AI model: DeepseekR1
I watched the recent FreeCodeCamp video on JavaScript essentials released a month ago. It explains the core concepts very efficiently by building practical tools. I'm confident that incorporating these approaches...