From f4b1d73afbf6a0f21a015ccf41072e9f3f6ea42c Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 19 Sep 2023 22:26:40 +1000 Subject: [PATCH] update script for env variable name (#92) upgrade script Co-authored-by: Liam Lai --- testnet/start-apothem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/start-apothem.sh b/testnet/start-apothem.sh index 35a6029..56bb46b 100755 --- a/testnet/start-apothem.sh +++ b/testnet/start-apothem.sh @@ -31,7 +31,7 @@ do fi done < "$input" INSTANCE_IP=$(curl https://checkip.amazonaws.com) -netstats="${INSTANCE_NAME}:xdc_xinfin_apothem_network_stats@stats.apothem.network:2000" +netstats="${NODE_NAME}:xdc_xinfin_apothem_network_stats@stats.apothem.network:2000" echo "Starting nodes with $bootnodes ..." XDC --ethstats ${netstats} --gcmode=archive \