@thesingularitynetwork/darkswap-sdk 0.1.33 → 0.1.34
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 +4 -4
|
@@ -9464,7 +9464,7 @@ var RetailCreateOrderService = /*#__PURE__*/function (_BaseContractService) {
|
|
|
9464
9464
|
case 3:
|
|
9465
9465
|
tx = _context4.v;
|
|
9466
9466
|
_context4.n = 4;
|
|
9467
|
-
return
|
|
9467
|
+
return tx.wait();
|
|
9468
9468
|
case 4:
|
|
9469
9469
|
return _context4.a(2);
|
|
9470
9470
|
}
|