@alpha-arcade/sdk 0.2.10 → 0.2.11
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2365,7 +2365,7 @@ var createOrder = async (config, params) => {
|
|
|
2365
2365
|
}
|
|
2366
2366
|
}
|
|
2367
2367
|
const paymentTxn = await algokit4__namespace.transferAlgos(
|
|
2368
|
-
{ from: signerAccount, to: marketAddress, amount: algokit4__namespace.microAlgos(
|
|
2368
|
+
{ from: signerAccount, to: marketAddress, amount: algokit4__namespace.microAlgos(963500), skipSending: true },
|
|
2369
2369
|
algodClient
|
|
2370
2370
|
);
|
|
2371
2371
|
atc.addTransaction({ txn: paymentTxn.transaction, signer });
|