Skip to content

Commit 05a0f20

Browse files
authored
Merge pull request #752 from XinFinOrg/devnet-statsserver-typo
fix typo and local script
2 parents 9cf63d5 + 448fe9a commit 05a0f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cicd/devnet/start-local-devnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ else
4646
log_level=$LOG_LEVEL
4747
fi
4848

49-
netstats="${NODE_NAME}-${wallet}-local:[email protected]:2000"
49+
netstats="${NODE_NAME}-${wallet}-local:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlabs.apothem.network:1999"
5050

5151
echo "Running a node with wallet: ${wallet} at local"
5252

cicd/devnet/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else
6969
fi
7070

7171
INSTANCE_IP=$(curl https://checkip.amazonaws.com)
72-
netstats="${NODE_NAME}-${wallet}-${INSTANCE_IP}:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlab.apothem.network:1999"
72+
netstats="${NODE_NAME}-${wallet}-${INSTANCE_IP}:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlabs.apothem.network:1999"
7373

7474

7575
echo "Running a node with wallet: ${wallet} at IP: ${INSTANCE_IP}"

0 commit comments

Comments
 (0)