diff --git a/src/frontend/src/sol/services/sol-send.services.ts b/src/frontend/src/sol/services/sol-send.services.ts index 6d40e86124..4ca5e61498 100644 --- a/src/frontend/src/sol/services/sol-send.services.ts +++ b/src/frontend/src/sol/services/sol-send.services.ts @@ -60,7 +60,7 @@ export const setLifetimeAndFeePayerToTransaction = async ({ feePayer: TransactionSigner; }): Promise => { const { getLatestBlockhash } = rpc; - const { value: latestBlockhash } = await getLatestBlockhash().send(); + const { value: latestBlockhash } = await getLatestBlockhash({ commitment: 'confirmed' }).send(); return pipe( transactionMessage,