@lavarage/sdk 7.2.1 → 7.2.2
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 +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/index.ts +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5681,7 +5681,12 @@ var closeTradeV2 = (lavarageProgram, position, offer, jupInstruction, quoteToken
|
|
|
5681
5681
|
}).remainingAccounts(
|
|
5682
5682
|
partnerFeeRecipient && partnerFeeMarkupAsPkey ? [
|
|
5683
5683
|
{
|
|
5684
|
-
pubkey:
|
|
5684
|
+
pubkey: (0, import_spl_token2.getAssociatedTokenAddressSync)(
|
|
5685
|
+
quoteToken,
|
|
5686
|
+
partnerFeeRecipient,
|
|
5687
|
+
false,
|
|
5688
|
+
quoteTokenProgram
|
|
5689
|
+
),
|
|
5685
5690
|
isSigner: false,
|
|
5686
5691
|
isWritable: true
|
|
5687
5692
|
},
|