@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/dist/index.js +0 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -10
- package/dist/index.mjs.map +1 -1
- package/index.ts +2 -12
- package/package.json +1 -1
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
|
)
|