You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've removed the 15s wait for stabilization in manual_buy.py as I want to immediately buy a new token upon creation, but conn.get_account_info(curve_address) doesn't return anything.
APIs like pumpportal let me buy in at the same second sometimes and I'm using a trader node, so I'm not exactly sure why I can't do the same. I've tried using this repository's log-/blockSubscribe mechanism another repository's buy mechanism, but it comes down to the same error and same function where it fails.
The text was updated successfully, but these errors were encountered:
I've removed the 15s wait for stabilization in manual_buy.py as I want to immediately buy a new token upon creation, but
conn.get_account_info(curve_address)
doesn't return anything.APIs like pumpportal let me buy in at the same second sometimes and I'm using a trader node, so I'm not exactly sure why I can't do the same. I've tried using this repository's log-/blockSubscribe mechanism another repository's buy mechanism, but it comes down to the same error and same function where it fails.
The text was updated successfully, but these errors were encountered: