@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: "
|
143
|
+
commitment: "confirmed",
|
144
144
|
});
|
145
145
|
if (simulationResult.value.err) {
|
146
146
|
simulationResult.value.logs?.forEach((x) => {
|
package/package.json
CHANGED
package/src/utils/solanaUtils.ts
CHANGED