anymal-protocol 1.0.14 → 1.0.15

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
@@ -927,8 +927,8 @@ function useMintAnymalNFT() {
927
927
  data: callData
928
928
  }
929
929
  ],
930
- maxPriorityFeePerGas: (0, import_viem2.parseGwei)("0.001"),
931
- maxFeePerGas: (0, import_viem2.parseGwei)("0.001")
930
+ maxPriorityFeePerGas: (0, import_viem2.parseGwei)("0.099"),
931
+ maxFeePerGas: (0, import_viem2.parseGwei)("0.099")
932
932
  });
933
933
  await bundlerClient.waitForUserOperationReceipt({
934
934
  hash: userOpHash
package/dist/index.mjs CHANGED
@@ -886,8 +886,8 @@ function useMintAnymalNFT() {
886
886
  data: callData
887
887
  }
888
888
  ],
889
- maxPriorityFeePerGas: parseGwei2("0.001"),
890
- maxFeePerGas: parseGwei2("0.001")
889
+ maxPriorityFeePerGas: parseGwei2("0.099"),
890
+ maxFeePerGas: parseGwei2("0.099")
891
891
  });
892
892
  await bundlerClient.waitForUserOperationReceipt({
893
893
  hash: userOpHash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
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
  "module": "dist/index.js",