@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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/index.ts +2 -2
- package/package.json +1 -1
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,
|