diff --git a/docs/whats-new.md b/docs/whats-new.md index 4bff3255d1a..d6a6567de27 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -11,6 +11,8 @@ of the [MetaMask developer page](https://metamask.io/developer/). ## April 2025 +- Documented [Solana](/wallet/how-to/use-non-evm-networks/solana) Wallet Standard support. + ([#1940](https://github.com/MetaMask/metamask-docs/pull/1940)) - Documented [Snaps bundle analyzer option](/snaps/reference/cli/subcommands/#analyze). ([#1955](https://github.com/MetaMask/metamask-docs/pull/1955)) diff --git a/wallet-sidebar.js b/wallet-sidebar.js index 8ba6e7763e3..d177de01d7b 100644 --- a/wallet-sidebar.js +++ b/wallet-sidebar.js @@ -99,9 +99,14 @@ const sidebar = { collapsed: true, link: { type: "doc", id: "how-to/use-non-evm-networks/index" }, items: [ + { + type: "doc", + label: "Solana", + id: "how-to/use-non-evm-networks/solana" + }, { type: "category", - label: "Use Starknet", + label: "Starknet", link: { type: "doc", id: "how-to/use-non-evm-networks/starknet/index" }, items: [ { diff --git a/wallet/how-to/use-non-evm-networks/index.md b/wallet/how-to/use-non-evm-networks/index.md index f0afe6f14dc..0e7e5b6f310 100644 --- a/wallet/how-to/use-non-evm-networks/index.md +++ b/wallet/how-to/use-non-evm-networks/index.md @@ -6,17 +6,20 @@ import CardList from "@site/src/components/CardList" # Use non-EVM networks -You can interact with users' accounts on non-EVM networks by connecting to existing -[MetaMask Snaps](https://metamask.io/snaps/). - Non-EVM networks are blockchain networks that are not compatible with the Ethereum Virtual Machine (EVM). Non-EVM dapps and MetaMask can't directly interact with each other. -By connecting to dedicated non-EVM Snaps, you can extend the functionality of MetaMask and integrate non-EVM networks into your existing MetaMask workflow. +By connecting to third-party libraries or dedicated non-EVM [Snaps](https://metamask.io/snaps/), you can extend the functionality of MetaMask and integrate non-EVM networks into your existing MetaMask workflow. -MetaMask provides Snaps for the following networks: +MetaMask supports the following non-EVM networks: