From 7c02bbc47c8afc599b094cf35c8420b02078b922 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 7 Nov 2018 20:11:00 -0800 Subject: [PATCH] Assign static IPs to {edge,beta}.testnet.solana.com --- ci/testnet-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 25539f618b..6d97f58044 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -226,7 +226,7 @@ start() { export NO_LEDGER_VERIFY=1 export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ - -s "$CHANNEL_OR_TAG" -n 3 -c 0 -P \ + -s "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ ${maybeDelete:+-d} ) ;; @@ -250,7 +250,7 @@ start() { export NO_LEDGER_VERIFY=1 export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \ - -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0f286cf8a0771ce35 \ ${maybeDelete:+-d} ) ;;