This document outlines the steps to migrate from the old @walletconnect/web3wallet
package to the new @reown/walletkit
packages in your project.
Replace your existing @walletconnect/web3wallet
dependency with @reown/walletkit
:
@reown/walletkit
Run npm install
(or your preferred package manager command) to install the new package.
Replace the imports in your project:
and your initialization to use the new package:
If you’re using additional imports from @walletconnect/web3wallet
, you can replace them with their corresponding version from @reown/walletkit
such as:
auth_request
is deprecated in favor of session_authenticate
. Docs can be found hereThis document outlines the steps to migrate from the old @walletconnect/web3wallet
package to the new @reown/walletkit
packages in your project.
Replace your existing @walletconnect/web3wallet
dependency with @reown/walletkit
:
@reown/walletkit
Run npm install
(or your preferred package manager command) to install the new package.
Replace the imports in your project:
and your initialization to use the new package:
If you’re using additional imports from @walletconnect/web3wallet
, you can replace them with their corresponding version from @reown/walletkit
such as:
auth_request
is deprecated in favor of session_authenticate
. Docs can be found here