diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index b8c8046663..164f656c5c 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -336,7 +336,7 @@ fullnode_start() { default-metrics-rate=$SOLANA_DEFAULT_METRICS_RATE \ metrics-config=$SOLANA_METRICS_CONFIG \ setup-args=$SOLANA_SETUP_ARGS \ - leader-address=$publicIp \ + leader-address=$publicIp:8001 \ " if [[ $class = leader ]]; then nodeConfig="mode=leader+drone $commonNodeConfig"