@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.mjs
CHANGED
|
@@ -4571,6 +4571,7 @@ var openTradeV2 = (lavarageProgram, offer, jupInstruction, marginSOL, leverage,
|
|
|
4571
4571
|
offer,
|
|
4572
4572
|
randomSeed.publicKey
|
|
4573
4573
|
);
|
|
4574
|
+
console.log("SDK: positionAccount", positionAccount.toBase58());
|
|
4574
4575
|
const quoteMintAccount = (_a = optionalRPCResults == null ? void 0 : optionalRPCResults.quoteMintAccountInfo) != null ? _a : yield lavarageProgram.provider.connection.getAccountInfo(quoteToken);
|
|
4575
4576
|
const quoteTokenProgram = quoteMintAccount == null ? void 0 : quoteMintAccount.owner;
|
|
4576
4577
|
const fromTokenAccount = yield getTokenAccountOrCreateIfNotExists(
|