Skip to content

Commit 2c8df23

Browse files
Remove "extension only" caveats for Solana and Multichain (#2122)
1 parent 2eeaa4b commit 2c8df23

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

wallet/concepts/multichain-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the Multichain API.
55
# About the Multichain API
66

77
:::tip Experimental
8-
The Multichain API is an experimental feature and currently only available on the extension (not on mobile).
8+
The Multichain API is an experimental feature.
99
:::
1010

1111
The Multichain API is a scalable, generalized web3 wallet API that supports simultaneous

wallet/how-to/manage-networks/use-multichain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc_max_heading_level: 4
66
# Interact with multiple networks simultaneously
77

88
:::tip Experimental
9-
The Multichain API is an experimental feature and currently only available on the extension (not on mobile).
9+
The Multichain API is an experimental feature.
1010
:::
1111

1212
You can use the Multichain API to interact with multiple blockchain networks in MetaMask simultaneously.

wallet/how-to/use-non-evm-networks/solana.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ Solana Devnet is only supported on [MetaMask Flask](/snaps/get-started/install-f
1313
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.
1414
:::
1515

16-
:::info Extension only
17-
Connecting your dapp to Solana in MetaMask is currently only available on the extension.
18-
Mobile support is coming soon.
19-
:::
20-
2116
## Wallet Standard
2217

2318
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).

wallet/reference/multichain-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from "@theme/TabItem";
88
# Multichain API
99

1010
:::tip Experimental
11-
The Multichain API is an experimental feature and currently only available on the extension (not on mobile).
11+
The Multichain API is an experimental feature.
1212
:::
1313

1414
Dapps can call Multichain API [methods](#methods) to create and manage

0 commit comments

Comments
 (0)