Skip to content
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 @@ -28,7 +28,7 @@ Key benefits include:

## Technical overview

The Multichain API follows the [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-25.md)
The Multichain API follows the [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/899779996e8c30ec9c189ff49737704150606f31/CAIPs/caip-25.md)
standard for dapps to interface with multichain wallets.
See [MIP-5](https://github.com/MetaMask/metamask-improvement-proposals/blob/main/MIPs/mip-5.md) and
[MIP-6](https://github.com/MetaMask/metamask-improvement-proposals/blob/main/MIPs/mip-6.md) for
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 @@ -47,7 +47,7 @@ extensionPort.onMessage.addListener((msg) => {
### 2. Manage multichain connections

To interact with multiple networks simultaneously, you'll create and manage
[CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-25.md) multichain connections
[CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/899779996e8c30ec9c189ff49737704150606f31/CAIPs/caip-25.md) multichain connections
with MetaMask.

#### 2.1. Check existing connections
Expand Down
9 changes: 5 additions & 4 deletions wallet/reference/multichain-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import TabItem from "@theme/TabItem";

# Multichain API

:::tip Experimental
The Multichain API is an experimental feature.
:::tip Notes
- The Multichain API is an experimental feature.
- MetaMask implements an older version of the [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/899779996e8c30ec9c189ff49737704150606f31/CAIPs/caip-25.md) Multichain API specification.
:::

Dapps can call Multichain API [methods](#methods) to create and manage
[CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-25.md) multichain connections with MetaMask.
[CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/899779996e8c30ec9c189ff49737704150606f31/CAIPs/caip-25.md) multichain connections with MetaMask.
The API also provides [events](#events) that wallets can send to dapps to notify them of onchain or connection changes.

:::note See also
Expand All @@ -26,7 +27,7 @@ The API also provides [events](#events) that wallets can send to dapps to notify

Creates a multichain connection with a wallet, authorizing that wallet with the specified set of scopes
and properties.
This method is defined in [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-25.md).
This method is defined in [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/899779996e8c30ec9c189ff49737704150606f31/CAIPs/caip-25.md).

#### Parameters

Expand Down
Loading