flash-sdk 2.15.3 → 2.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2541,7 +2541,7 @@ export declare class PerpetualsClient {
2541
2541
  instructions: TransactionInstruction[];
2542
2542
  additionalSigners: Signer[];
2543
2543
  }>;
2544
- addCompoundingLiquidity: (amountIn: BN, minCompoundingAmountOut: BN, inTokenSymbol: string, rewardTokenMint: PublicKey, poolConfig: PoolConfig, ephemeralSignerPubkey?: any) => Promise<{
2544
+ addCompoundingLiquidity: (amountIn: BN, minCompoundingAmountOut: BN, inTokenSymbol: string, rewardTokenMint: PublicKey, poolConfig: PoolConfig, skipBalanceChecks?: boolean, ephemeralSignerPubkey?: any) => Promise<{
2545
2545
  instructions: TransactionInstruction[];
2546
2546
  additionalSigners: Signer[];
2547
2547
  }>;