Merge pull request #752 from XinFinOrg/devnet-statsserver-typo

fix typo and local script
This commit is contained in:
Wanwiset Peerapatanapokin 2024-12-03 11:44:44 +04:00 committed by GitHub
commit 05a0f20009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ else
log_level=$LOG_LEVEL
fi
netstats="${NODE_NAME}-${wallet}-local:xinfin_xdpos_hybrid_network_stats@devnetstats.apothem.network:2000"
netstats="${NODE_NAME}-${wallet}-local:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlabs.apothem.network:1999"
echo "Running a node with wallet: ${wallet} at local"

View file

@ -69,7 +69,7 @@ else
fi
INSTANCE_IP=$(curl https://checkip.amazonaws.com)
netstats="${NODE_NAME}-${wallet}-${INSTANCE_IP}:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlab.apothem.network:1999"
netstats="${NODE_NAME}-${wallet}-${INSTANCE_IP}:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlabs.apothem.network:1999"
echo "Running a node with wallet: ${wallet} at IP: ${INSTANCE_IP}"