You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wallet/reference/multichain-api.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@ import TabItem from "@theme/TabItem";
7
7
8
8
# Multichain API
9
9
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.
12
13
:::
13
14
14
15
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.
16
17
The API also provides [events](#events) that wallets can send to dapps to notify them of onchain or connection changes.
17
18
18
19
:::note See also
@@ -26,7 +27,7 @@ The API also provides [events](#events) that wallets can send to dapps to notify
26
27
27
28
Creates a multichain connection with a wallet, authorizing that wallet with the specified set of scopes
28
29
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).
0 commit comments