Skip to content

Commit 368126f

Browse files
Merge branch 'main' into feat/annoucement-bar
2 parents 79c21ea + 5445c45 commit 368126f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

wallet/concepts/multichain-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Key benefits include:
2828

2929
## Technical overview
3030

31-
The Multichain API follows the [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-25.md)
31+
The Multichain API follows the [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/899779996e8c30ec9c189ff49737704150606f31/CAIPs/caip-25.md)
3232
standard for dapps to interface with multichain wallets.
3333
See [MIP-5](https://github.com/MetaMask/metamask-improvement-proposals/blob/main/MIPs/mip-5.md) and
3434
[MIP-6](https://github.com/MetaMask/metamask-improvement-proposals/blob/main/MIPs/mip-6.md) for

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extensionPort.onMessage.addListener((msg) => {
4747
### 2. Manage multichain connections
4848

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

5353
#### 2.1. Check existing connections

wallet/reference/multichain-api.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ import TabItem from "@theme/TabItem";
77

88
# Multichain API
99

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

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

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

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

3132
#### Parameters
3233

0 commit comments

Comments
 (0)