Remove usage of api.testnet.solana.com (#5274)

This commit is contained in:
Michael Vines
2019-07-24 17:06:26 -07:00
committed by GitHub
parent 39d29fab82
commit 3bd35dd7cc
4 changed files with 4 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ FLAGS:
OPTIONS:
-d, --data_dir <PATH> Directory to store install data [default: /Users/mvines/Library/Application Support/solana]
-u, --url <URL> JSON RPC URL for the solana cluster [default: https://api.testnet.solana.com/]
-u, --url <URL> JSON RPC URL for the solana cluster [default: http://testnet.solana.com:8899]
-p, --pubkey <PUBKEY> Public key of the update manifest [default: 9XX329sPuskWhH4DQh6k16c87dHKhXLBZTL3Gxmve8Gp]
```