rename testnet.solana.com to devnet.solana.com

(cherry picked from commit e3cebcf82d)

# Conflicts:
#	README.md
This commit is contained in:
Michael Vines
2020-02-19 14:04:34 -07:00
parent a008748d9d
commit 83a322a211
13 changed files with 39 additions and 38 deletions

View File

@@ -46,10 +46,10 @@ esac
case $URL in
edge|beta)
URL=http://$URL.testnet.solana.com:8899
URL=http://$URL.devnet.solana.com:8899
;;
stable)
URL=http://testnet.solana.com:8899
URL=http://devnet.solana.com:8899
;;
localhost)
URL=http://localhost:8899