Sai Prasad Nayak

Results 11 comments of Sai Prasad Nayak

Hey @akmur, I'm getting the same error when trying to change state of another component on hovering the polar chart. Were you able to solve this issue ?? Any help...

Hey @Florian-S-A-W I'm trying to swap tokens using the uniswap universal router - 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD. I have shared my code snippet below, Any help is useful to me as I'm new...

Also, I have a query whether this universal router can execute transactions on v2,v3 and mixed routes ? Can I use the uniswap API to fetch the quote and universal...

Yes, there seems to be a bit of confusion. Currently I'm going through the [universal-router tests](https://github.com/Uniswap/universal-router-sdk/blob/main/test/uniswapTrades.test.ts) to understand the flow. I want to build a small swap interface using uniswap....

Thanks for the clarification mate. Is there any issue if I use [uniswap quote ap](https://api.uniswap.org/v2/quote)i directly ?

Ok. I just implemented the universal router sdk and tried to swap following the code given in their test file. But my transaction failed, here is the [hash](https://polygonscan.com/tx/0x4f309e428c724da0172d0c40e4aecd4aa44b614725a5606e30341be597a6e008). Can you...

yes i'm importing the below classes ``` import { SwapOptions, SwapRouter, UniswapTrade, } from "@uniswap/universal-router-sdk"; ``` below is an instance of my calldata being created ``` { "calldata": "0x24856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000100000000000000000000000000c3cd0171dfdd36cb1d77efc07578b69252d652060000000000000000000000000000000000000000000000001de4c54b192f9ac8000000000000000000000000000000000000000000000000000000000011d1be00000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002b0d500b1d8e8ef31e21c99d1db9a6444d3adf12700001f42791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000", "value":...

Ya @Florian-S-A-W i agree Tenderly is very useful tool in simulating transactions. Thanks for sharing. I could not understand the "Permit2 allowance is expired" ? What exactly do I need...

Hey @Florian-S-A-W , tenderly helped me a lot, I also implemented permit2 sdk. But I get the following error - [hash](https://polygonscan.com/tx/0xf31e293f45fa83115aa9e8da530022c8f6e15257021b4d657d3032a1e26a4cf3), which I'm unable to debug using tenderly. Can you...

hey @kundannetsetDemo, use ethers 5.7 and I moved onto using the universal router sdk for swapping on Uniswap which is more efficient. You can find a guide [here](https://saiprasadnayak.medium.com/uniswap-universal-router-integration-in-dapp-6f9fbb3e3886).