@thesingularitynetwork/darkswap-sdk 0.1.39 → 0.1.40
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/darkswap-sdk.cjs.development.js +1 -1
- package/dist/darkswap-sdk.cjs.development.js.map +1 -1
- package/dist/darkswap-sdk.cjs.production.min.js +1 -1
- package/dist/darkswap-sdk.cjs.production.min.js.map +1 -1
- package/dist/darkswap-sdk.esm.js +1 -1
- package/dist/darkswap-sdk.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -9495,7 +9495,7 @@ var RetailCreateOrderService = /*#__PURE__*/function (_BaseContractService) {
|
|
|
9495
9495
|
case 4:
|
|
9496
9496
|
tx = _context4.v;
|
|
9497
9497
|
_context4.n = 5;
|
|
9498
|
-
return tx.wait();
|
|
9498
|
+
return tx.wait(getConfirmations(this._darkSwap.chainId));
|
|
9499
9499
|
case 5:
|
|
9500
9500
|
return _context4.a(2);
|
|
9501
9501
|
}
|