anymal-protocol 1.0.111 → 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
@@ -1828,13 +1828,14 @@ function useCreateOrganizationBase() {
1828
1828
  data: callData
1829
1829
  }
1830
1830
  ],
1831
- maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001"),
1831
+ maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001")
1832
1832
  // Low priority fee
1833
- maxFeePerGas: (0, import_viem4.parseGwei)("0.15")
1834
- // Max fee cap -- keeps rising at random
1833
+ // maxFeePerGas: parseGwei("0.15"), // Max fee cap -- keeps rising at random
1835
1834
  });
1836
1835
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
1837
- hash: userOpHash
1836
+ hash: userOpHash,
1837
+ timeout: 3e4,
1838
+ retryCount: 10
1838
1839
  });
1839
1840
  if (!txReceipt.success) {
1840
1841
  return {
package/dist/index.mjs CHANGED
@@ -1765,13 +1765,14 @@ function useCreateOrganizationBase() {
1765
1765
  data: callData
1766
1766
  }
1767
1767
  ],
1768
- maxPriorityFeePerGas: parseGwei4("0.001"),
1768
+ maxPriorityFeePerGas: parseGwei4("0.001")
1769
1769
  // Low priority fee
1770
- maxFeePerGas: parseGwei4("0.15")
1771
- // Max fee cap -- keeps rising at random
1770
+ // maxFeePerGas: parseGwei("0.15"), // Max fee cap -- keeps rising at random
1772
1771
  });
1773
1772
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
1774
- hash: userOpHash
1773
+ hash: userOpHash,
1774
+ timeout: 3e4,
1775
+ retryCount: 10
1775
1776
  });
1776
1777
  if (!txReceipt.success) {
1777
1778
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.111",
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": {