Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Choose a cluster before checking balances #8666

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/src/remote-wallet/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ usb://ledger/nano-s/BsNsvfXqQTtJnagwFWdBS7FBXgnsK8VZ5CmuznN85swK?key=0/0

### Set CLI Configuration

Configure the `solana` CLI tool to connect to a particular cluster:

```bash
solana config set --url <CLUSTER_URL> # (i.e. http://devnet.solana.com:8899)
```

If you want to set a Ledger key as the default signer for CLI commands, use the
[CLI configuration settings](../cli/usage.md#solana-config):

Expand Down