@lavarage/sdk 7.5.16 → 7.5.17
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5460,6 +5460,7 @@ var borrowV1 = (lavarageProgram, offer, marginSOL, leverage, randomSeed, tokenPr
|
|
|
5460
5460
|
});
|
|
5461
5461
|
const allInstructions = [
|
|
5462
5462
|
fromTokenAccount.instruction,
|
|
5463
|
+
toTokenAccount.instruction,
|
|
5463
5464
|
partnerFeeRecipientCreateIx,
|
|
5464
5465
|
tradingOpenBorrowInstruction,
|
|
5465
5466
|
openAddCollateralInstruction,
|
|
@@ -5876,6 +5877,7 @@ var openTradeV1 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
|
|
|
5876
5877
|
}
|
|
5877
5878
|
const allInstructions = [
|
|
5878
5879
|
fromTokenAccount.instruction,
|
|
5880
|
+
toTokenAccount.instruction,
|
|
5879
5881
|
partnerFeeRecipientCreateIx,
|
|
5880
5882
|
tradingOpenBorrowInstruction,
|
|
5881
5883
|
...jupiterIxs,
|