Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Dec 20, 2024
1 parent 2bb24d5 commit 4f798c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/shared/connectors/metaMask.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Check out the [MetaMask SDK docs](https://docs.metamask.io/wallet/connect/3rd-pa

### dappMetadata

`DappMetadata | undefined`

Metadata is used to fill details for the UX on confirmation screens in MetaMask, including the following fields:

- `name`: `string` - The name of the dapp.
Expand All @@ -61,6 +63,8 @@ const connector = metaMask({

### logging

`SDKLoggingOptions | undefined`

Enables SDK-side logging to provide visibility into:

- RPC methods being called.
Expand Down Expand Up @@ -88,6 +92,8 @@ const connector = metaMask({

### headless

`boolean | undefined`

- Enables headless mode, disabling MetaMask's built-in modal.
- Allows developers to create their own modal, such as for displaying a QR code.

Expand Down

0 comments on commit 4f798c4

Please sign in to comment.