Support local networks for easy testing

This commit is contained in:
Michael Vines 2019-03-21 12:00:16 -07:00
parent a8095e204f
commit 8ab4b8e6ac
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ edge|beta)
stable)
URL=https://api.testnet.solana.com
;;
localhost)
URL=http://localhost:8899
;;
*)
echo "Error: unknown channel: $CHANNEL"
exit 1