Skip to content

Commit

Permalink
update script for env variable name (#92)
Browse files Browse the repository at this point in the history
upgrade script

Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
  • Loading branch information
liam-lai and Liam Lai committed Sep 19, 2023
1 parent f003751 commit f4b1d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/start-apothem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f4b1d73

Please sign in to comment.