@lavarage/sdk 8.0.3 → 8.0.4
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4603,6 +4603,7 @@ var openTradeV2 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
|
|
|
4603
4603
|
offer,
|
|
4604
4604
|
randomSeed.publicKey
|
|
4605
4605
|
);
|
|
4606
|
+
console.log("SDK: positionAccount", positionAccount.toBase58());
|
|
4606
4607
|
const quoteMintAccount = (_a = optionalRPCResults == null ? void 0 : optionalRPCResults.quoteMintAccountInfo) != null ? _a : yield lavarageProgram.provider.connection.getAccountInfo(quoteToken);
|
|
4607
4608
|
const quoteTokenProgram = quoteMintAccount == null ? void 0 : quoteMintAccount.owner;
|
|
4608
4609
|
const fromTokenAccount = yield getTokenAccountOrCreateIfNotExists(
|