@lavarage/sdk 7.5.19 → 7.5.20

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.
package/dist/index.js CHANGED
@@ -6359,7 +6359,7 @@ var openTradeV2 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
6359
6359
  });
6360
6360
  if (splitTransactions) {
6361
6361
  const setUpInstructions = [
6362
- fromTokenAccount.instruction,
6362
+ // fromTokenAccount.instruction!,
6363
6363
  // toTokenAccount.instruction!,
6364
6364
  partnerFeeRecipientVaultCreateIx,
6365
6365
  partnerFeeRecipientTokenAccountCreateIx,
@@ -6387,7 +6387,7 @@ var openTradeV2 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
6387
6387
  return [tx2, tx3];
6388
6388
  }
6389
6389
  const allInstructions = [
6390
- fromTokenAccount.instruction,
6390
+ // fromTokenAccount.instruction!,
6391
6391
  // toTokenAccount.instruction!,
6392
6392
  partnerFeeRecipientVaultCreateIx,
6393
6393
  partnerFeeRecipientTokenAccountCreateIx,