Add playbook to run first validator node

This commit is contained in:
Shreerang Kale
2025-05-14 12:10:06 +05:30
parent b3ebd32499
commit 1de4a3dc3e
5 changed files with 44 additions and 31 deletions
@@ -32,8 +32,8 @@ if [ ! -f ${input_genesis_file} ]; then
fi
# Strip leading and trailing quotes ("") if they exist
export MONIKER=$(echo "$MONIKER" | sed -e 's/^["'\'']//g' -e 's/["'\'']$//g')
export CHAIN_ID=$(echo "$CHAIN_ID" | sed -e 's/^["'\'']//g' -e 's/["'\'']$//g')
export MONIKER=$(echo "$CERC_MONIKER" | sed -e 's/^["'\'']//g' -e 's/["'\'']$//g')
export CHAIN_ID=$(echo "$CERC_CHAIN_ID" | sed -e 's/^["'\'']//g' -e 's/["'\'']$//g')
export DENOM=$(echo "$DENOM" | sed -e 's/^["'\'']//g' -e 's/["'\'']$//g')
# Init