Skip to content

Commit f00169c

Browse files
Merge branch 'main' into 1566-multichain
2 parents 4f9afe5 + b136e00 commit f00169c

31 files changed

+39
-43
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/snaps/ @MetaMask/tech-writers @MetaMask/snaps
1919

2020
# SDK documentation
21-
/sdk/ @MetaMask/tech-writers @MetaMask/sdk-devs
21+
/sdk/ @MetaMask/tech-writers @MetaMask/sdk-devs @MetaMask/sdk-devrel
2222

2323
# Wallet documentation
2424
/wallet/ @MetaMask/tech-writers @MetaMask/wallet-api-platform-engineers

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@docusaurus/plugin-client-redirects": "^3.7.0",
7878
"@docusaurus/tsconfig": "^3.7.0",
7979
"@docusaurus/types": "^3.7.0",
80-
"@eslint/js": "^9.24.0",
80+
"@eslint/js": "^9.27.0",
8181
"@tsconfig/docusaurus": "^2.0.3",
8282
"@types/react-alert": "^7.0.6",
8383
"@types/react-modal": "^3.16.3",

sdk/guides/advanced/connect-and-sign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Connect and sign using MetaMask SDK, either with Wagmi or Vanilla JavaScript.
2+
description: Connect and sign with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
---
44

55
# Connect and sign

sdk/guides/authenticate-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Authenticate users
2+
description: Authenticate users with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
toc_max_heading_level: 2
44
---
55

sdk/guides/handle-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Handle transactions
2+
description: Handle transactions with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
toc_max_heading_level: 2
44
---
55

sdk/guides/interact-with-contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Interact with contracts
2+
description: Interact with contracts with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
sidebar_label: Interact with contracts
44
toc_max_heading_level: 2
55
---

sdk/guides/manage-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Manage networks
2+
description: Manage networks with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
toc_max_heading_level: 2
44
---
55

sdk/introduction/llm-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: LLM Prompt
2+
description: Context about MetaMask SDK that can be provided to an LLM.
33
---
44

55
# LLM prompt

sdk/introduction/supported-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Supported networks
2+
description: Supported EVM networks for MetaMask SDK.
33
---
44

55
# Supported networks

0 commit comments

Comments
 (0)