@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.js CHANGED
@@ -47984,7 +47984,7 @@ async function buildSwapCollateralFlashloanTx({
47984
47984
  authority: marginfiAccount.authority,
47985
47985
  reserve,
47986
47986
  withdrawAll: isFullWithdraw,
47987
- isSync: true,
47987
+ isSync: false,
47988
47988
  opts: {
47989
47989
  createAtas: false,
47990
47990
  wrapAndUnwrapSol: false,
@@ -48059,7 +48059,7 @@ async function buildSwapCollateralFlashloanTx({
48059
48059
  marginfiAccount,
48060
48060
  authority: marginfiAccount.authority,
48061
48061
  withdrawAll: isFullWithdraw,
48062
- isSync: true,
48062
+ isSync: false,
48063
48063
  opts: {
48064
48064
  createAtas: false,
48065
48065
  wrapAndUnwrapSol: false,
@@ -48222,7 +48222,7 @@ async function buildSwapCollateralFlashloanTx({
48222
48222
  addressLookupTableAccounts: luts,
48223
48223
  blockhash,
48224
48224
  ixs: allNonFlIxs,
48225
- isSync: true
48225
+ isSync: false
48226
48226
  });
48227
48227
  const txSize = getTxSize(flashloanTx);
48228
48228
  const totalKeys = getTotalAccountKeys(flashloanTx);