Add EW and MM Wagmi Connector to Wallets Page#1283
Open
yashovardhan wants to merge 5 commits intomainfrom
Open
Add EW and MM Wagmi Connector to Wallets Page#1283yashovardhan wants to merge 5 commits intomainfrom
yashovardhan wants to merge 5 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Closed
tanay1337
reviewed
Dec 15, 2025
|
|
||
| Follow the steps below to integrate MetaMask Embedded Wallets into your dapp. | ||
|
|
||
| ### **Dashboard Configuration** |
Member
There was a problem hiding this comment.
Suggested change
| ### **Dashboard Configuration** | |
| ### Dashboard Configuration |
tanay1337
reviewed
Dec 15, 2025
|
|
||
| ### Configure Web3Auth & Wagmi Provider | ||
|
|
||
| Create a configuration file for Web3Auth & Wagmi in your project. This file will be used to wrap your app state with the wallet & blockchain connection providers. In your `components` directory, create a new |
Member
There was a problem hiding this comment.
Suggested change
| Create a configuration file for Web3Auth & Wagmi in your project. This file will be used to wrap your app state with the wallet & blockchain connection providers. In your `components` directory, create a new | |
| Create a configuration file for Web3Auth and Wagmi in your project. This file will be used to wrap your app state with the wallet and blockchain connection providers. In your `components` directory, create a new |
tanay1337
approved these changes
Dec 15, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the wallets page to add the MM ecosystem products
Note
Expands the connect-wallet guide with a MetaMask connector in Wagmi and a new MetaMask Embedded Wallets (Web3Auth) integration section with setup and examples.
metaMaskconnector alongsideinjected, including Infura API key config inwagmi.ts.metaMaskand add a second connect button for MetaMask.useWeb3AuthConnect/Disconnect/User) usage with example code.Written by Cursor Bugbot for commit 9ebf331. This will update automatically on new commits. Configure here.