Update clusters.md (#17220)

This commit is contained in:
joeaba 2021-05-14 09:43:28 +05:30 committed by GitHub
parent b074e86ad2
commit 26afc7620b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -30,12 +30,12 @@ Explorers:
export SOLANA_METRICS_CONFIG="host=https://metrics.solana.com:8086,db=devnet,u=scratch_writer,p=topsecret"
```
- RPC URL for Devnet: `https://devnet.solana.com`
- RPC URL for Devnet: `https://api.devnet.solana.com`
##### Example `solana` command-line configuration
```bash
solana config set --url https://devnet.solana.com
solana config set --url https://api.devnet.solana.com
```
##### Example `solana-validator` command-line
@ -77,12 +77,12 @@ The `--trusted-validator`s is operated by Solana
export SOLANA_METRICS_CONFIG="host=https://metrics.solana.com:8086,db=tds,u=testnet_write,p=c4fa841aa918bf8274e3e2a44d77568d9861b3ea"
```
- RPC URL for Testnet: `https://testnet.solana.com`
- RPC URL for Testnet: `https://api.testnet.solana.com`
##### Example `solana` command-line configuration
```bash
solana config set --url https://testnet.solana.com
solana config set --url https://api.testnet.solana.com
```
##### Example `solana-validator` command-line