(amount: BN)
| 163 | }; |
| 164 | |
| 165 | export const purchaseBoost = async (amount: BN) => { |
| 166 | const tx = await purchaseBoostTx(payer.publicKey, stakingMint, amount, new BN(TEST_POOL_ID), solConnection, program); |
| 167 | |
| 168 | await execTx(tx, solConnection, payer); |
| 169 | }; |
no test coverage detected