Skip to content

Commit

Permalink
fix: fix testnet output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Nov 25, 2022
1 parent e464278 commit 1159bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ prepare_chain() {
# Get chain id from genesis file
user_chain_id=$(jq -r '.chain_id' "$user_genesis_file")
$DESMOS_BIN testnet --v 1 --keyring-backend=test --chain-id="$user_chain_id" \
--gentx-coin-denom="stake" --minimum-gas-prices="0stake" --output-dir "$SCRIPT_DIR" > /dev/null 2>&1
--gentx-coin-denom="stake" --minimum-gas-prices="0stake" --output-dir "$SCRIPT_DIR/mytestnet" > /dev/null 2>&1
else
$DESMOS_BIN testnet --v 1 --keyring-backend=test \
--gentx-coin-denom="stake" --minimum-gas-prices="0stake" --output-dir "$SCRIPT_DIR" > /dev/null 2>&1
--gentx-coin-denom="stake" --minimum-gas-prices="0stake" --output-dir "$SCRIPT_DIR/mytestnet" > /dev/null 2>&1
fi

# Generated genesis file path
Expand Down

0 comments on commit 1159bf7

Please sign in to comment.