-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: add wallet_connect RPC method for Base Account authentication #5381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add wallet_connect RPC method for Base Account authentication #5381
Conversation
- Add wallet_connect RPC method handling for Base Account in EthersAdapter - Add wallet_connect RPC method handling for Base Account in Ethers5Adapter - Update error message to reflect Base Account SDK branding - Bump @base-org/account to v2.5.0 The new wallet_connect method uses SIWE (Sign-In With Ethereum) capabilities for authentication as documented in the Base Account SDK. Reference: https://docs.base.org/base-account/quickstart/web
|
@simaonogueira101 is attempting to deploy a commit to the Reown Team on Vercel. A member of the Team first needs to authorize it. |
🦋 Changeset detectedLatest commit: e875870 The changes in this PR will be included in the next version bump. This PR includes changesets to release 25 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
All contributors have signed the CTA ✍️ ✅ |
|
I have read the CTA Document and I hereby sign the CTA |
|
recheck |
Description
Adds support for the new
wallet_connectRPC method (ERC-7846) for Base Account connections in the Ethers and Ethers5 adapters.Why
wallet_connectovereth_requestAccounts?While
eth_requestAccounts(EIP-1102) still works,wallet_connectis the modern, recommended approach that offers:Changes
wallet_connectRPC method handling for Base Account connections inEthersAdapterwallet_connectRPC method handling for Base Account connections inEthers5Adapter@base-org/accountto v2.5.0Type of change
Associated Issues
Closes #5382
References
wallet_connectReferenceChecklist