Skip to content

Commit 4f9afe5

Browse files
Apply suggestions from code review
Co-authored-by: Byron Gravenorst <[email protected]>
1 parent bf4aa6d commit 4f9afe5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

wallet/reference/multichain-api.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ This method is defined in [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/
3737
For example, you can use this property for an `"eip155"` scope, but not an `"eip155:10"` scope.
3838

3939
References are mainly used when there would otherwise be duplicate scopes.
40-
- `methods`: `array` - A list of JSON-RPC methods the wallet must support in order to be used with this dapp.
41-
- `notifications`: `array` - A list of JSON-RPC notifications the wallet must support in order to be used with this dapp.
40+
- `methods`: `array` - A list of JSON-RPC methods the wallet must support to be compatible with the dapp.
41+
- `notifications`: `array` - A list of JSON-RPC notifications the wallet must support to be compatible with the dapp.
4242
- `accounts`: `array` - (Optional) A list of [CAIP-10](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-10.md)
4343
account IDs valid within this scope.
44-
Dapps should only supply this property when they know the set of accounts they would like the user to permit.
44+
Dapps should include this only if they know which accounts they want the user to permit.
4545
When supplied, these accounts are preselected by default in the account selection process.
4646
Dapps typically omit this property for the user to select their own accounts.
4747
- `sessionProperties`: `object` - (Optional) Properties that the wallet can use to determine if the connection is valid.
48-
- `requiredScopes`: `object` - (Optional) [CAIP-217](https://chainagnostic.org/CAIPs/caip-217) authorization scopes the wallet must support in order to be used
49-
with this dapp.
48+
- `requiredScopes`: `object` - (Optional) [CAIP-217](https://chainagnostic.org/CAIPs/caip-217) authorization scopes the wallet must support to be compatible with the dapp.
5049
We don't recommend using `requiredScopes` with MetaMask.
5150
MetaMask treats all `requiredScopes` as `optionalScopes`.
5251

0 commit comments

Comments
 (0)