@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/dist/index.js
CHANGED
|
@@ -5111,11 +5111,6 @@ var openTradeV1 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
|
|
|
5111
5111
|
pubkey: partnerFeeRecipient,
|
|
5112
5112
|
isSigner: false,
|
|
5113
5113
|
isWritable: true
|
|
5114
|
-
},
|
|
5115
|
-
{
|
|
5116
|
-
pubkey: partnerFeeMarkupAsPkey,
|
|
5117
|
-
isSigner: false,
|
|
5118
|
-
isWritable: false
|
|
5119
5114
|
}
|
|
5120
5115
|
] : []
|
|
5121
5116
|
).instruction() : yield lavarageProgram.methods.tradingOpenBorrow(
|
|
@@ -5359,11 +5354,6 @@ var openTradeV2 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
|
|
|
5359
5354
|
),
|
|
5360
5355
|
isSigner: false,
|
|
5361
5356
|
isWritable: true
|
|
5362
|
-
},
|
|
5363
|
-
{
|
|
5364
|
-
pubkey: partnerFeeMarkupAsPkey,
|
|
5365
|
-
isSigner: false,
|
|
5366
|
-
isWritable: false
|
|
5367
5357
|
}
|
|
5368
5358
|
] : []
|
|
5369
5359
|
).instruction() : yield lavarageProgram.methods.tradingOpenBorrow(
|