wagmi-extended 1.1.4 → 1.1.6
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -255,7 +255,7 @@ const tokensData = await Promise.all(tokenAddresses.map((token) =>
|
|
|
255
255
|
));
|
|
256
256
|
```
|
|
257
257
|
|
|
258
|
-
> **Note:** : if you did not setup
|
|
258
|
+
> **Note:** : if you did not setup configs (queryClient and wagmi config) you can call by passing client and config as params: `fetchTokenX(token, queryClient, wagmiConfig)`.
|
|
259
259
|
|
|
260
260
|
## Contributing
|
|
261
261
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wagmi-extended",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "A library providing extended hooks on top of Wagmi with additional features.",
|
|
5
|
+
"description": "A library providing extended hooks on top of Wagmi with additional hooks and features.",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tanstack/react-query": "^5.0.0",
|
|
43
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
43
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
44
44
|
"viem": "^2.0.0",
|
|
45
45
|
"wagmi": "^2.0.0"
|
|
46
46
|
},
|