wagmi-extended 1.1.1 → 1.1.2
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ Whether you're building a DeFi platform, a governance system, or any blockchain
|
|
|
12
12
|
|
|
13
13
|
- [Installation](#installation)
|
|
14
14
|
- [Requirements](#requirements)
|
|
15
|
+
- [Playground](#playground)
|
|
15
16
|
- [API](#api)
|
|
16
17
|
- [Usage](#usage)
|
|
17
18
|
- [useERC20ApproveX Hook](#useerc20approvex-hook)
|
|
@@ -48,6 +49,10 @@ Your project must include the following peer dependencies:
|
|
|
48
49
|
|
|
49
50
|
Note: You must wrap your application with necessary providers (e.g. QueryClientProvider from TanStack Query and WagmiProvider).
|
|
50
51
|
|
|
52
|
+
## Playground
|
|
53
|
+
|
|
54
|
+
Compare wagmi-extended with standard wagmi implementations in our interactive CodeSandbox project. [View the CodeSandbox Project](https://codesandbox.io/p/sandbox/5jr3lg) to explore its features and see how it works in practice!
|
|
55
|
+
|
|
51
56
|
### API
|
|
52
57
|
|
|
53
58
|
You can import all the functions and hooks directly from `wagmi-extended`. For example:
|