@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.
@@ -4868,7 +4868,7 @@ var PlyGameRead = /*#__PURE__*/function (_BlockchainEntityRead) {
4868
4868
  switch (_context6.prev = _context6.next) {
4869
4869
  case 0:
4870
4870
  _context6.next = 2;
4871
- return this._networkConnection.provider.getTransactionReceipt(txHash);
4871
+ return this._networkConnection.provider.waitForTransaction(txHash, 1);
4872
4872
 
4873
4873
  case 2:
4874
4874
  tx = _context6.sent;