@haven-fi/solauto-sdk 1.0.320 → 1.0.321

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.
@@ -140,7 +140,7 @@ function assembleFinalTransaction(signer, transaction, computeUnitPrice, compute
140
140
  async function simulateTransaction(umi, connection, transaction) {
141
141
  const simulationResult = await connection.simulateTransaction((0, umi_web3js_adapters_1.toWeb3JsTransaction)(transaction.build(umi)), {
142
142
  sigVerify: false,
143
- commitment: "processed",
143
+ commitment: "confirmed",
144
144
  });
145
145
  if (simulationResult.value.err) {
146
146
  simulationResult.value.logs?.forEach((x) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.320",
3
+ "version": "1.0.321",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Typescript SDK for the Solauto program on the Solana blockchain",
@@ -273,7 +273,7 @@ async function simulateTransaction(
273
273
  toWeb3JsTransaction(transaction.build(umi)),
274
274
  {
275
275
  sigVerify: false,
276
- commitment: "processed",
276
+ commitment: "confirmed",
277
277
  }
278
278
  );
279
279
  if (simulationResult.value.err) {