wagmi-extended 2.2.6 → 2.2.7

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,8 @@ Our library adheres to one core principle: **always wait for a transaction recei
8
8
  <br /><br />
9
9
  Whether you're building a DeFi platform, a governance system, or any blockchain solution, `wagmi-extended` offers a consistent, reliable, and developer-friendly interface, trusted in production with over $500M in volume.
10
10
 
11
+ > **Note:** This project is **actively maintained**. The creator can be reached directly on [Discord](https://discord.gg/XQYzXgq2Ve). We are open to **suggestions and requests**, and love feedback from the community.
12
+
11
13
  ## Table of Contents
12
14
 
13
15
  - [Installation](#installation)
@@ -434,6 +436,11 @@ If you enjoy this project and would like to support its ongoing development, ple
434
436
 
435
437
  Any donation, no matter how small, is greatly appreciated!
436
438
 
439
+ ## Community
440
+
441
+ - **X (Twitter):** Follow and share updates with the hashtag [#wagmiExtended](https://x.com/hashtag/wagmiExtended). Use it to discover tips, release notes, and community projects.
442
+ - **Discord:** Join the community and reach the creator directly at [discord.gg/XQYzXgq2Ve](https://discord.gg/XQYzXgq2Ve).
443
+
437
444
  ## License
438
445
 
439
446
  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": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "type": "module",
5
5
  "description": "A library providing extended hooks on top of Wagmi with additional hooks and features.",
6
6
  "main": "dist/index.cjs.js",