Soos3D

Results 14 comments of Soos3D

> Hi @soos3d do you still have this issue? Yes, it is still doing it.

Thank you everyone! I'll join the discord!

Hey guys, you can try this one if you're struggling! It's an example of swapping SOL to USDC. Edit the parameters in `swapConfig.ts`. https://github.com/chainstacklabs/raydium-sdk-swap-example-typescript

It looks like an error from the RPC. Which RPC are you using? I have never received this error before.

Any plan to fix this? It would make sense that it behaves the same as Geth.

I have been noticing this error with new coins. Are you trying to swap newly created coins?

just tried it now and the simulation worked fine! ``` Raydium swap initialized Swapping 0.01 of So11111111111111111111111111111111111111112 for ukHH6c7mMyiWCf1b9pnWe25TSpkDDt3H5pQZgZ74J82... Loaded pool keys Found pool info { minAmountOut: TokenAmount { numerator:...

> > i met same error ` const directionIn = poolKeys.quoteMint.toString() == toToken ^ TypeError: Cannot read properties of null (reading 'quoteMint')` > > @soos3d Thanks for your help on...

I'm working on adding retries to re-fetch the pools when they fail. might not fix the issue at 100%, but it should help.

Yes, I think that too. Adding retry logic to fetch the pairs should make it better. I'll work on it as soon as I have some time!