diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index dddb193336..396558d938 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -184,7 +184,6 @@ start() { testnet-edge) ( set -x - NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ @@ -208,7 +207,6 @@ start() { testnet-beta) ( set -x - NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \ @@ -233,7 +231,6 @@ start() { testnet) ( set -x - NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \