diff --git a/install/testnet-deploy.sh b/install/testnet-deploy.sh index 1d0e5e7c1..00003bacd 100755 --- a/install/testnet-deploy.sh +++ b/install/testnet-deploy.sh @@ -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