Drop :8899 port from http://devnet.solana.com references

This commit is contained in:
Michael Vines
2020-03-13 15:00:27 -07:00
parent ce88602ced
commit 9e0a26628b
8 changed files with 14 additions and 17 deletions

View File

@@ -6,11 +6,11 @@ The solana cli includes `get` and `set` configuration commands to automatically
set the `--url` argument for cli commands. For example:
```bash
solana config set --url http://devnet.solana.com:8899
solana config set --url http://devnet.solana.com
```
\(You can always override the set configuration by explicitly passing the
`--url` argument with a command, eg: `solana --url http://beta.devnet.solana.com:8899 balance`\)
`--url` argument with a command, eg: `solana --url http://tds.solana.com balance`\)
## Confirm The Testnet Is Reachable
@@ -107,7 +107,7 @@ You should see the following output:
```text
Wallet Config Updated: /home/solana/.config/solana/wallet/config.yml
* url: http://devnet.solana.com:8899
* url: http://devnet.solana.com
* keypair: /home/solana/validator-keypair.json
```