@aurigami/sdk 1.11.0-beta4 → 1.11.0-beta5
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/sdk.cjs.development.js +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/interactors/PlyGame.ts +3 -1
package/dist/sdk.esm.js
CHANGED
|
@@ -4867,7 +4867,7 @@ var PlyGameRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
4867
4867
|
switch (_context6.prev = _context6.next) {
|
|
4868
4868
|
case 0:
|
|
4869
4869
|
_context6.next = 2;
|
|
4870
|
-
return this._networkConnection.provider.
|
|
4870
|
+
return this._networkConnection.provider.waitForTransaction(txHash, 1);
|
|
4871
4871
|
|
|
4872
4872
|
case 2:
|
|
4873
4873
|
tx = _context6.sent;
|