raydium-io / raydium-sdk-V1-demo

129 stars 57 forks source link

subNewAmmPool runs without receiving events #21

Open Krueckstoeckchen opened 5 months ago

Krueckstoeckchen commented 5 months ago

I wanted to monitor new AmmPool created in real time. As mentioned here I wanted to use the subNewAmmPool.ts script for that. I cloned the repo and followed readme. stakeFarm.js runs with no problems. When a start subNewAmmPool by running: start js/src/subNewAmmPool.js the script runs for couple of minutes without logging anything and then throws an error. Probably just timing out because of inactivity. I checked and the scripts seem to open connection and subscribing without errors. But there are no results in minutes. As I understand it there should be multiple AmmPool created per minute on Raydium as it is the last step of listing a token to trade. What do I understand or do wrong?

0xtaosu commented 5 months ago

same issue

RusseII commented 1 month ago

Did u ever figure this out?