From 7fd866530626762c86307789a1c477c097520167 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 28 Mar 2019 19:30:32 +0200 Subject: [PATCH] Specify the network port in the connect script, so you can connect to both testnets together --- scripts/connect_to_testnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/connect_to_testnet.sh b/scripts/connect_to_testnet.sh index 96def5efb..3acf7320e 100755 --- a/scripts/connect_to_testnet.sh +++ b/scripts/connect_to_testnet.sh @@ -18,5 +18,5 @@ if [ ! -d ~/.cache/nimbus/BeaconNode/$NETWORK_NAME/validators ]; then ./$BEACON_NODE_BIN --network=$NETWORK_NAME importValidator fi -./$BEACON_NODE_BIN --network=$NETWORK_NAME +./$BEACON_NODE_BIN --network=$NETWORK_NAME --tcpPort:$BOOTSTRAP_PORT --udpPort:$BOOTSTRAP_PORT