wagmi-extended 1.0.2 → 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 +14 -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
@@ -221,6 +222,18 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
221
222
  );
222
223
  ```
223
224
 
225
+ ### Support & Donations
226
+
227
+ If you enjoy this project and would like to support its ongoing development, please consider donating!
228
+
229
+ - **Buy Me a Coffee:**
230
+ [buymeacoffee.com/srdjanr160N](https://buymeacoffee.com/srdjanr160N)
231
+
232
+ - **Ethereum Donation Address:**
233
+ `0x410A11ed53a9a59094F24D2ae4ACbeF7f84955a1`
234
+
235
+ Any donation, no matter how small, is greatly appreciated!
236
+
224
237
  ### License
225
238
 
226
239
  This is free and unencumbered software released into the public domain.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wagmi-extended",
3
- "version": "1.0.2",
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",