Skip to content

Commit

Permalink
docs(metaMask): enhance documentation for MetaMask Connector features… (
Browse files Browse the repository at this point in the history
#4511)

* docs(metaMask): enhance documentation for MetaMask Connector features and usage

- Added a description of the MetaMask Connector's capabilities, including wallet connection management, support for multiple chains, and compatibility with browser and mobile environments.
- Clarified the distinction between the MetaMask Connector and the Injected Connector.

- Included a link to the MetaMask SDK documentation for further reference.

* Update site/shared/connectors/metaMask.md

Co-authored-by: awkweb <[email protected]>

* Update site/shared/connectors/metaMask.md

Co-authored-by: awkweb <[email protected]>

* docs: add type and description for MetaMask connector options

---------

Co-authored-by: awkweb <[email protected]>
  • Loading branch information
cxalem and tmm authored Feb 12, 2025
1 parent 42e2778 commit 0a09db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/shared/connectors/metaMask.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const connectorsPackageName = 'wagmi/connectors'

Connector for [MetaMask SDK](https://github.com/MetaMask/metamask-sdk).

Check out the [MetaMask SDK docs](https://docs.metamask.io/wallet/connect/metamask-sdk/javascript) for more information.

## Import

```ts-vue
Expand Down

0 comments on commit 0a09db4

Please sign in to comment.