-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
error: Error performing buy: Transaction expired #4
Comments
Which rpc are you using?
Op do 5 dec 2024 om 14:27 schreef Leeroy Chako ***@***.***>
… const txid = await this.solanaTracker.performSwap(
swapResponse,
swapOptions
);
Intially it was returning a 429 error but I updated with the changes you
did but now its just putting out that error.
Screenshot.from.2024-12-05.15-25-15.png (view on web)
<https://github.com/user-attachments/assets/cfffdd40-b085-418e-bfcc-97d261cd505e>
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKYUSFGP53OTMLRT5IXBLID2EBICRAVCNFSM6AAAAABTCO4H2KVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDANBRGYZTCMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Am using the solana trader, from the README you provided
…On Thu, 05 Dec, 2024, 18:26 Jesse, ***@***.***> wrote:
Which rpc are you using?
Op do 5 dec 2024 om 14:27 schreef Leeroy Chako ***@***.***>
> const txid = await this.solanaTracker.performSwap(
> swapResponse,
> swapOptions
> );
>
> Intially it was returning a 429 error but I updated with the changes you
> did but now its just putting out that error.
> Screenshot.from.2024-12-05.15-25-15.png (view on web)
> <
https://github.com/user-attachments/assets/cfffdd40-b085-418e-bfcc-97d261cd505e>
>
> —
> Reply to this email directly, view it on GitHub
> <#4>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AKYUSFGP53OTMLRT5IXBLID2EBICRAVCNFSM6AAAAABTCO4H2KVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDANBRGYZTCMI>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7GAASR6C2BFKRURVS2ZDT2EB5DHAVCNFSM6AAAAABTCO4H2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRQHAZTCMBZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const txid = await this.solanaTracker.performSwap(
swapResponse,
swapOptions
);
Intially it was returning a 429 error but I updated with the changes you did but now its just putting out that error.
Transactions are successful but it returns a catch
The text was updated successfully, but these errors were encountered: