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
v0.8.0
v0.7.1
v0.7.0
Major - Breaking Changes
- Creation of two classes
MagicAuthConnector
&MagicConnectConnector
MagicAuthConnector
: Connector integrating with Magic Auth. Most of the code comes from previous implementationMagicConnectConnector
: Connector integrating with Magic Connect.
- Made
MagicConnector
an abstract class containing shared logic betweenMagicAuthConnector
&MagicConnectConnector
- Renamed
options.additionalMagicOptions
tooptions.magicSdkConfiguration
, which seemed to be a clearer name - Renamed
enableSMSlogin
toenableSMSLogin
- Updated documentation in README to fit changes
Minor
- Fixed some typos in the README
- Fixed Rainbow Kit example in the README and specified that
options.magicSdkConfiguration.network.chainId
needs to be specified. This comes from the fact that in their most recent version Rainbow Kit makes agetChainId()
call on the connector before calling theconnect()
method. - Fixed typo in enableSMSlogin -> enableSMSLogin