wagmi-extended 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,8 @@ It simplifies common tasks such as fetching token metadata, approving ERC20 toke
15
15
  - [useContractWriteX Hook](#usecontractwritex-hook)
16
16
  - [useSendTransactionX Hook](#usesendtransactionx-hook)
17
17
  - [useTokenX Hook](#usetokenx-hook)
18
- - [Non-hook functions setup](#Non-hook-functions-setup)
18
+ - [Non-hook functions setup](#non-hook-functions-setup)
19
+ - [Donations](#support--donations)
19
20
  - [License](#license)
20
21
 
21
22
  ### Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wagmi-extended",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "A library providing extended hooks on top of Wagmi with additional features.",
6
6
  "main": "dist/index.cjs.js",