@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.mjs CHANGED
@@ -5650,7 +5650,12 @@ var closeTradeV2 = (lavarageProgram, position, offer, jupInstruction, quoteToken
5650
5650
  }).remainingAccounts(
5651
5651
  partnerFeeRecipient && partnerFeeMarkupAsPkey ? [
5652
5652
  {
5653
- pubkey: partnerFeeRecipient,
5653
+ pubkey: getAssociatedTokenAddressSync2(
5654
+ quoteToken,
5655
+ partnerFeeRecipient,
5656
+ false,
5657
+ quoteTokenProgram
5658
+ ),
5654
5659
  isSigner: false,
5655
5660
  isWritable: true
5656
5661
  },