Skip to content

Commit

Permalink
chore: update solana confirmation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
RanGojo authored and Ikari-Shinji-re committed Nov 27, 2024
1 parent 9cd87ea commit c7642ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signers/signer-solana/src/utils/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SEND_OPTIONS = {
skipPreflight: true,
};
const TIME_OUT = 2_000;
const CONFIRMATION_TIME_OUT = 30_000;
const CONFIRMATION_TIME_OUT = 60_000;

// https://github.com/jup-ag/jupiter-quote-api-node/blob/main/example/utils/transactionSender.ts
export async function transactionSenderAndConfirmationWaiter({
Expand Down

0 comments on commit c7642ca

Please sign in to comment.