We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getBondingCurveTokenAccountWithRetry
null
connection.getAccountInfo fails to get the accountInfo, returning null even after 5 retries
connection.getAccountInfo
accountInfo
pumpfun-bot/utils/getBondingCurveTokenAccountWithRetry.ts
Lines 14 to 15 in ef0d84e
Fixed on my machine by adding commitment to confirmed or processed, e.g.
commitment
confirmed
processed
accountInfo = await connection.getAccountInfo(bondingCurve, { commitment: "processed" });
Tested with Helius
The text was updated successfully, but these errors were encountered:
No branches or pull requests
connection.getAccountInfo
fails to get theaccountInfo
, returningnull
even after 5 retriespumpfun-bot/utils/getBondingCurveTokenAccountWithRetry.ts
Lines 14 to 15 in ef0d84e
Fixed on my machine by adding
commitment
toconfirmed
orprocessed
, e.g.Tested with Helius
The text was updated successfully, but these errors were encountered: