@0dotxyz/p0-ts-sdk 2.2.0 → 2.2.1
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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -48011,7 +48011,7 @@ async function buildSwapCollateralFlashloanTx({
|
|
|
48011
48011
|
authority: marginfiAccount.authority,
|
|
48012
48012
|
reserve,
|
|
48013
48013
|
withdrawAll: isFullWithdraw,
|
|
48014
|
-
isSync:
|
|
48014
|
+
isSync: false,
|
|
48015
48015
|
opts: {
|
|
48016
48016
|
createAtas: false,
|
|
48017
48017
|
wrapAndUnwrapSol: false,
|
|
@@ -48086,7 +48086,7 @@ async function buildSwapCollateralFlashloanTx({
|
|
|
48086
48086
|
marginfiAccount,
|
|
48087
48087
|
authority: marginfiAccount.authority,
|
|
48088
48088
|
withdrawAll: isFullWithdraw,
|
|
48089
|
-
isSync:
|
|
48089
|
+
isSync: false,
|
|
48090
48090
|
opts: {
|
|
48091
48091
|
createAtas: false,
|
|
48092
48092
|
wrapAndUnwrapSol: false,
|
|
@@ -48249,7 +48249,7 @@ async function buildSwapCollateralFlashloanTx({
|
|
|
48249
48249
|
addressLookupTableAccounts: luts,
|
|
48250
48250
|
blockhash,
|
|
48251
48251
|
ixs: allNonFlIxs,
|
|
48252
|
-
isSync:
|
|
48252
|
+
isSync: false
|
|
48253
48253
|
});
|
|
48254
48254
|
const txSize = getTxSize(flashloanTx);
|
|
48255
48255
|
const totalKeys = getTotalAccountKeys(flashloanTx);
|