Skip to content

Commit

Permalink
Merge pull request #752 from XinFinOrg/devnet-statsserver-typo
Browse files Browse the repository at this point in the history
fix typo and local script
  • Loading branch information
wanwiset25 authored Dec 3, 2024
2 parents 9cf63d5 + 448fe9a commit 05a0f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicd/devnet/start-local-devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
log_level=$LOG_LEVEL
fi

netstats="${NODE_NAME}-${wallet}-local:[email protected]: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"

Expand Down
2 changes: 1 addition & 1 deletion cicd/devnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 05a0f20

Please sign in to comment.