Update stage2 chain id

This commit is contained in:
Prathamesh Musale 2024-10-22 13:42:17 +05:30
parent 1820444954
commit 40f6ce2a14
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
set -e
set -u
CHAINID=${CHAINID:-"laconic_9000-2"}
CHAINID=${CHAINID:-"laconic-testnet-2"}
STAGE2_MONIKER=${MONIKER:-"localtestnet-stage-2"}
NODE_HOME="$HOME/.laconicd"

View File

@ -8,7 +8,7 @@ set -e
# Check args
if [ "$#" -lt 2 ]; then
echo "Usage: $0 <stage2-deployment-dir> <stage2-chain-id> <node-moniker> <node-keyring-backend> [node-staking-amount]"
echo "Example: $0 /srv/stage2-deployment laconic_9000-2 LaconicStage2 os 1000000000000000"
echo "Example: $0 /srv/stage2-deployment laconic-testnet-2 LaconicStage2 os 1000000000000000"
exit 1
fi