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