@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.js
CHANGED
|
@@ -5494,6 +5494,7 @@ var borrowV1 = (lavarageProgram, offer, marginSOL, leverage, randomSeed, tokenPr
|
|
|
5494
5494
|
});
|
|
5495
5495
|
const allInstructions = [
|
|
5496
5496
|
fromTokenAccount.instruction,
|
|
5497
|
+
toTokenAccount.instruction,
|
|
5497
5498
|
partnerFeeRecipientCreateIx,
|
|
5498
5499
|
tradingOpenBorrowInstruction,
|
|
5499
5500
|
openAddCollateralInstruction,
|
|
@@ -5910,6 +5911,7 @@ var openTradeV1 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
|
|
|
5910
5911
|
}
|
|
5911
5912
|
const allInstructions = [
|
|
5912
5913
|
fromTokenAccount.instruction,
|
|
5914
|
+
toTokenAccount.instruction,
|
|
5913
5915
|
partnerFeeRecipientCreateIx,
|
|
5914
5916
|
tradingOpenBorrowInstruction,
|
|
5915
5917
|
...jupiterIxs,
|