@lavarage/sdk 7.5.1 → 7.5.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
@@ -351,12 +351,7 @@ export const openTradeV1 = async (
351
351
  pubkey: partnerFeeRecipient,
352
352
  isSigner: false,
353
353
  isWritable: true,
354
- },
355
- {
356
- pubkey: partnerFeeMarkupAsPkey,
357
- isSigner: false,
358
- isWritable: false,
359
- },
354
+ }
360
355
  ]
361
356
  : []
362
357
  )
@@ -685,12 +680,7 @@ export const openTradeV2 = async (
685
680
  ),
686
681
  isSigner: false,
687
682
  isWritable: true,
688
- },
689
- {
690
- pubkey: partnerFeeMarkupAsPkey,
691
- isSigner: false,
692
- isWritable: false,
693
- },
683
+ }
694
684
  ]
695
685
  : []
696
686
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavarage/sdk",
3
- "version": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "description": "Lavarage SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",