anymal-protocol 1.0.112 → 1.0.113

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.js CHANGED
@@ -1833,7 +1833,9 @@ function useCreateOrganizationBase() {
1833
1833
  // maxFeePerGas: parseGwei("0.15"), // Max fee cap -- keeps rising at random
1834
1834
  });
1835
1835
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
1836
- hash: userOpHash
1836
+ hash: userOpHash,
1837
+ timeout: 3e4,
1838
+ retryCount: 10
1837
1839
  });
1838
1840
  if (!txReceipt.success) {
1839
1841
  return {
package/dist/index.mjs CHANGED
@@ -1770,7 +1770,9 @@ function useCreateOrganizationBase() {
1770
1770
  // maxFeePerGas: parseGwei("0.15"), // Max fee cap -- keeps rising at random
1771
1771
  });
1772
1772
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
1773
- hash: userOpHash
1773
+ hash: userOpHash,
1774
+ timeout: 3e4,
1775
+ retryCount: 10
1774
1776
  });
1775
1777
  if (!txReceipt.success) {
1776
1778
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {