Skip to content

Commit

Permalink
Update buildOptimalTransaction.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu authored Jan 23, 2025
1 parent 5019397 commit 68933ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function buildOptimalTransactionImpl(

tx.instructions.unshift(
ComputeBudgetProgram.setComputeUnitPrice({
microLamports: 5_000_000,
microLamports: 500_000,
}),
)

Expand Down

0 comments on commit 68933ff

Please sign in to comment.