Skip to content

Commit 227a59e

Browse files
committed
address reviewer comments
1 parent d03d3c3 commit 227a59e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

wallet/concepts/multichain-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ However, the provider API is not optimized for multichain usage, and we recommen
111111
The Multichain API is backwards compatible mainly to support dapps that use third-party libraries
112112
with dependencies on the legacy provider.
113113

114+
:::note
115+
A multichain connection will overwrite a connection with the legacy EIP-1193 provider, and vice versa.
116+
:::
117+
114118
## Get started
115119

116120
Get started with the Multichain API:

wallet/reference/multichain-api.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ The scopes and properties of the created connection.
7575
"methods": ["get_balance"],
7676
"notifications": []
7777
},
78-
"eip155:0": {
79-
"methods": ["wallet_getPermissions", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
80-
"notifications": []
81-
},
8278
"eip155:42161": {
8379
"methods": ["eth_sendTransaction", "eth_signTransaction", "get_balance", "personal_sign"],
8480
"notifications": []
@@ -112,10 +108,6 @@ The scopes and properties of the created connection.
112108
"methods": ["personal_sign"],
113109
"notifications": [],
114110
"accounts": ["eip155:42161:0x0910e12C68d02B561a34569E1367c9AAb42bd810"]
115-
},
116-
"eip155:0": {
117-
"methods": ["wallet_getPermissions", "wallet_creds_store", "wallet_creds_verify", "wallet_creds_issue", "wallet_creds_present"],
118-
"notifications": []
119111
}
120112
},
121113
"sessionProperties": {

0 commit comments

Comments
 (0)