@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/index.ts CHANGED
@@ -1672,7 +1672,7 @@ export const openTradeV2 = async (
1672
1672
 
1673
1673
  if (splitTransactions) {
1674
1674
  const setUpInstructions = [
1675
- fromTokenAccount.instruction!,
1675
+ // fromTokenAccount.instruction!,
1676
1676
  // toTokenAccount.instruction!,
1677
1677
  partnerFeeRecipientVaultCreateIx,
1678
1678
  partnerFeeRecipientTokenAccountCreateIx,
@@ -1706,7 +1706,7 @@ export const openTradeV2 = async (
1706
1706
  }
1707
1707
 
1708
1708
  const allInstructions = [
1709
- fromTokenAccount.instruction!,
1709
+ // fromTokenAccount.instruction!,
1710
1710
  // toTokenAccount.instruction!,
1711
1711
  partnerFeeRecipientVaultCreateIx,
1712
1712
  partnerFeeRecipientTokenAccountCreateIx,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavarage/sdk",
3
- "version": "7.5.19",
3
+ "version": "7.5.20",
4
4
  "description": "Lavarage SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",