Skip to content

Remove "extension only" caveats for Solana and Multichain #2122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wallet/concepts/multichain-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn about the Multichain API.
# About the Multichain API

:::tip Experimental
The Multichain API is an experimental feature and currently only available on the extension (not on mobile).
The Multichain API is an experimental feature.
:::

The Multichain API is a scalable, generalized web3 wallet API that supports simultaneous
Expand Down
2 changes: 1 addition & 1 deletion wallet/how-to/manage-networks/use-multichain.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toc_max_heading_level: 4
# Interact with multiple networks simultaneously

:::tip Experimental
The Multichain API is an experimental feature and currently only available on the extension (not on mobile).
The Multichain API is an experimental feature.
:::

You can use the Multichain API to interact with multiple blockchain networks in MetaMask simultaneously.
Expand Down
5 changes: 0 additions & 5 deletions wallet/how-to/use-non-evm-networks/solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ Solana Devnet is only supported on [MetaMask Flask](/snaps/get-started/install-f
After adding Solana to MetaMask Flask, [show test networks](https://support.metamask.io/configure/networks/how-to-view-testnets-in-metamask/) to view Solana Devnet.
:::

:::info Extension only
Connecting your dapp to Solana in MetaMask is currently only available on the extension.
Mobile support is coming soon.
:::

## Wallet Standard

MetaMask implements the [Wallet Standard](https://github.com/wallet-standard/wallet-standard), so MetaMask is supported out-of-the-box for Solana dapps that use the Wallet Standard or that integrate Solana's [Wallet Adapter](https://github.com/anza-xyz/wallet-adapter/blob/master/APP.md).
Expand Down
2 changes: 1 addition & 1 deletion wallet/reference/multichain-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TabItem from "@theme/TabItem";
# Multichain API

:::tip Experimental
The Multichain API is an experimental feature and currently only available on the extension (not on mobile).
The Multichain API is an experimental feature.
:::

Dapps can call Multichain API [methods](#methods) to create and manage
Expand Down
Loading