This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Releases: EveripediaNetwork/wagmi-magic-connector
Releases · EveripediaNetwork/wagmi-magic-connector
v1.0.2
v1.0.1
v1.0.0
Major Changes
-
9e97169: Adds support to use the connectors with wagmi v1.
Major version bump to support wagmi v1 ✌️For migration:
- update the connector version to 1.0.0
- update Wagmi to v1 and install Viem (https://viem.sh) in place of ethers
- follow migration guide https://wagmi.sh/react/migration-guide#1xx-breaking-changes to adapt your code to the new wagmi api.
Note: The connector itself has no API change.
v0.12.1
v0.12.0
Minor Changes
- c09ccc0: Add support for switchChain for MagicConnectConnector
You can now pass a list of network accepted to switch chainnew MagicConnectConnector({ chains: chains, options: { apiKey: environment.MAGIC_API_KEY, networks: [ { chainId: 1, rpcUrl: "https://your-ethereum-rpc-url" }, { chainId: 137, rpcUrl: "https://your-polygon-rpc-url" }, // ... ], }, });
v0.11.0
v0.10.1
v0.10.0
v0.9.1
v0.9.0
Minor Changes
-
adb6e07: Changes @everipedia/wagmi-magic-connector to a pure ESM Module package.
Requires Node 12.20.0 or higher. it fixes resolution issues of latest wagmi and magic packages and should work well out of the box with Nextjs and other react frameworks without the need for any extra configuration.