fix: update devnet and testnet urls

This commit is contained in:
Josh Hundley
2021-05-14 09:45:34 -07:00
committed by Tyera Eulberg
parent ec621e71dc
commit 7be3171f4a
15 changed files with 35 additions and 35 deletions

View File

@ -37,7 +37,7 @@ where
.global(true)
.takes_value(true)
.value_name("URL")
.help("RPC entrypoint address. i.e. http://devnet.solana.com"),
.help("RPC entrypoint address. i.e. http://api.devnet.solana.com"),
)
.subcommand(
SubCommand::with_name("distribute-tokens")