Skip to content

Commit

Permalink
change lamports of boost_volume
Browse files Browse the repository at this point in the history
  • Loading branch information
outsmartchad committed Jun 10, 2024
1 parent e609b81 commit f0b2c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pool/swap.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ async function swapForVolume(tokenAddr, sol_per_order) {
instructions: [
...[
ComputeBudgetProgram.setComputeUnitLimit({
units: 200000,
units: 220000,
}),
ComputeBudgetProgram.setComputeUnitPrice({
microLamports: 2212,
microLamports: 42119,
}),
],
...buy_instruction.instructions,
Expand Down

0 comments on commit f0b2c89

Please sign in to comment.