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

@ -29,7 +29,7 @@ if [[ -n "$1" ]]; then
fi
if [[ -z "$url" ]]; then
echo Provide complete URL, ex: "$0" http://devnet.solana.com:8899
echo Provide complete URL, ex: "$0" http://api.devnet.solana.com:8899
exit 1
fi
solana config set --url $url