@pyratzlabs/react-fhevm-utils 3.5.2 → 3.5.3

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.
@@ -22,7 +22,7 @@ const FhevmProvider = ({ children, network = "sepolia", config, }) => {
22
22
  setInstance(instance);
23
23
  }
24
24
  catch (error) {
25
- throw new Error(`Failed to initialize FHEVM: ${error}`);
25
+ throw new Error(`Failed to initialize FHEVM: ${error}. With config: ${JSON.stringify(config)}`);
26
26
  }
27
27
  });
28
28
  useEffect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyratzlabs/react-fhevm-utils",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "React hooks and utilities for Fhevmjs",
5
5
  "main": "dist/index.js",
6
6
  "files": [