@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/index.ts CHANGED
@@ -1487,7 +1487,12 @@ export const closeTradeV2 = async (
1487
1487
  partnerFeeRecipient && partnerFeeMarkupAsPkey
1488
1488
  ? [
1489
1489
  {
1490
- pubkey: partnerFeeRecipient,
1490
+ pubkey: getAssociatedTokenAddressSync(
1491
+ quoteToken,
1492
+ partnerFeeRecipient,
1493
+ false,
1494
+ quoteTokenProgram
1495
+ ),
1491
1496
  isSigner: false,
1492
1497
  isWritable: true,
1493
1498
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavarage/sdk",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "description": "Lavarage SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",