solana-developers / helpers

JS/TS helpers for Solana
https://www.npmjs.com/package/@solana-developers/helpers
80 stars 21 forks source link

add: getComputeUnitPrice #61

Open aitimate opened 1 month ago

aitimate commented 1 month ago

usage:

const computeUnitPrice = await getComputeUnitPrice(connection)
// or const computeUnitPrice = await getComputeUnitPrice(connection, 2 / 3)
const ComputeUnitPriceIx = ComputeBudgetProgram.setComputeUnitPrice({microLamports: computeUnitPrice})