diff --git a/snaps/reference/keyring-api/account-management/index.md b/snaps/reference/keyring-api/account-management/index.md index f80d5e62b41..ac3f4399935 100644 --- a/snaps/reference/keyring-api/account-management/index.md +++ b/snaps/reference/keyring-api/account-management/index.md @@ -154,7 +154,7 @@ An object containing: ### `keyring_filterAccountChains` -Filters for chains that an account can be used on. +Filters for blockchain networks that an account can be used on. #### Parameters @@ -162,14 +162,14 @@ An object containing: - `id`: `string` - Account ID (UUIDv4). - `chains`: `string[]` - List of [CAIP-2](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md) - chain IDs to filter. + chain IDs of blockchain networks to filter. #### Returns An object containing: - `chains`: `string[]` - List of [CAIP-2](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md) - chain IDs that the account can be used on. + chain IDs of blockchain networks that the account can be used on. #### Example diff --git a/snaps/reference/keyring-api/account-management/objects.md b/snaps/reference/keyring-api/account-management/objects.md index 3a98ec8cc48..866ae1e66f9 100644 --- a/snaps/reference/keyring-api/account-management/objects.md +++ b/snaps/reference/keyring-api/account-management/objects.md @@ -52,8 +52,8 @@ A request object contains: - `request` - Inner request sent by the client application, containing: - `method`: `string` - The request method. - `params`: `Json[]` - Optional method parameters. -- `scope`: `string` - Request's scope ([CAIP-2](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md) - chain ID). +- `scope`: `string` - [CAIP-2](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md) + chain ID of the blockchain network for the request. ### Example