forked from EveripediaNetwork/wagmi-magic-connector
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from magiclabs/feat/wagmi-v2
Update to support WAGMI v2
- Loading branch information
Showing
7 changed files
with
401 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,16 +29,27 @@ Special thanks to the [Everipedia](https://github.com/EveripediaNetwork) team fo | |
- [**Example repositories:**](#example-repositories) | ||
|
||
# ⬇️ Install | ||
Two versions of the `wagmi-magic-connector` are available, each designed to support different WAGMI versions. | ||
|
||
```bash | ||
npm install @magiclabs/wagmi-connector | ||
``` | ||
Note: **It is crucial not to mix up these versions to ensure compatibility and functionality.** | ||
|
||
**V1** | ||
This version utilizes WAGMI version 1. To install, use the following command: | ||
|
||
`npm install @magiclabs/[email protected]` | ||
or | ||
`yarn install @magiclabs/[email protected]` | ||
|
||
```bash | ||
yarn add @magiclabs/wagmi-connector | ||
``` | ||
**V2 (Beta)** | ||
This version utilizes and includes the latest WAGMI v2 features. | ||
|
||
To install, use the following command: | ||
|
||
`npm install @magiclabs/wagmi-connector` | ||
or | ||
`yarn install @magiclabs/wagmi-connector` | ||
|
||
We actively encourage the community to participate in testing the versions of `wagmi-magic-connector` and to report [any issues or suggestions](https://github.com/magiclabs/wagmi-magic-connector/issues/new/choose) for improvement. Your feedback is invaluable in helping us enhance the quality and stability of the connector. | ||
|
||
# 🔎 Package TL;DR | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.