anymal-protocol 1.0.110 → 1.0.111

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
@@ -1830,8 +1830,8 @@ function useCreateOrganizationBase() {
1830
1830
  ],
1831
1831
  maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001"),
1832
1832
  // Low priority fee
1833
- maxFeePerGas: (0, import_viem4.parseGwei)("0.030")
1834
- // Max fee cap
1833
+ maxFeePerGas: (0, import_viem4.parseGwei)("0.15")
1834
+ // Max fee cap -- keeps rising at random
1835
1835
  });
1836
1836
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
1837
1837
  hash: userOpHash
package/dist/index.mjs CHANGED
@@ -1767,8 +1767,8 @@ function useCreateOrganizationBase() {
1767
1767
  ],
1768
1768
  maxPriorityFeePerGas: parseGwei4("0.001"),
1769
1769
  // Low priority fee
1770
- maxFeePerGas: parseGwei4("0.030")
1771
- // Max fee cap
1770
+ maxFeePerGas: parseGwei4("0.15")
1771
+ // Max fee cap -- keeps rising at random
1772
1772
  });
1773
1773
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
1774
1774
  hash: userOpHash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
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": {