anymal-protocol 1.0.106 → 1.0.109

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
@@ -1829,7 +1829,7 @@ function useCreateOrganizationBase() {
1829
1829
  ],
1830
1830
  maxPriorityFeePerGas: (0, import_viem4.parseGwei)("0.001"),
1831
1831
  // Low priority fee
1832
- maxFeePerGas: (0, import_viem4.parseGwei)("0.025")
1832
+ maxFeePerGas: (0, import_viem4.parseGwei)("0.030")
1833
1833
  // Max fee cap
1834
1834
  });
1835
1835
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
package/dist/index.mjs CHANGED
@@ -1766,7 +1766,7 @@ function useCreateOrganizationBase() {
1766
1766
  ],
1767
1767
  maxPriorityFeePerGas: parseGwei4("0.001"),
1768
1768
  // Low priority fee
1769
- maxFeePerGas: parseGwei4("0.025")
1769
+ maxFeePerGas: parseGwei4("0.030")
1770
1770
  // Max fee cap
1771
1771
  });
1772
1772
  const txReceipt = await bundlerClient.waitForUserOperationReceipt({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.106",
3
+ "version": "1.0.109",
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": {