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.
- package/README.md +14 -1
- 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](#
|
|
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.
|