Open aitimate opened 1 month ago
usage:
const computeUnitPrice = await getComputeUnitPrice(connection) // or const computeUnitPrice = await getComputeUnitPrice(connection, 2 / 3) const ComputeUnitPriceIx = ComputeBudgetProgram.setComputeUnitPrice({microLamports: computeUnitPrice})
usage: