Update stage2 chain id
This commit is contained in:
parent
1820444954
commit
40f6ce2a14
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user