Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Sep 12, 2024
1 parent a7b02c0 commit 72db8d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ of the [MetaMask developer page](https://metamask.io/developer/).

## August 2024

- *The repository underwent a temporary code freeze in August.*
- *The documentation site underwent a temporary freeze in August.*
- Updated [Starknet documentation](/services/reference/starknet) with API methods supported by new partners, Bware and Chainstack. ([#1483](https://github.com/MetaMask/metamask-docs/pull/1483))

## July 2024
Expand Down
5 changes: 3 additions & 2 deletions wallet/how-to/use-sdk/mobile/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ when (val result = ethereum.ethSignTypedDataV4(message, address)) {

#### Example: Batch requests

The following example requests the user to sign a batch of messages by calling
[`personal_sign`](/wallet/reference/personal_sign) and `sendRequestBatch`.
The following example requests the user to sign multiple messages at once by
[batching multiple requests](../javascript/batch-json-rpc-requests.md) that call
[`personal_sign`](/wallet/reference/personal_sign).

```kotlin
val ethereumRequest1 = EthereumRequest(
Expand Down

0 comments on commit 72db8d9

Please sign in to comment.