Skip to content

Commit

Permalink
Update wallet/how-to/use-sdk/mobile/android.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joan E <[email protected]>
  • Loading branch information
alexandratran and joaniefromtheblock authored Sep 13, 2024
1 parent 72db8d9 commit 5d9b689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/how-to/use-sdk/mobile/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ The following example gets the user's account balance by calling
[`eth_getBalance`](/wallet/reference/eth_getBalance).
This is a [read-only request](../javascript/make-read-only-requests.md), which uses the Infura API
if an `infuraAPIKey` is provided in the `SDKOptions`.
We highly recommend using the Infura API to provide a seamless user experience.
We recommend using the Infura API to provide a seamless user experience.

```kotlin
val balance = ethereum.getEthBalance(ethereum.selectedAddress, "latest")
Expand Down

0 comments on commit 5d9b689

Please sign in to comment.