Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Oct 10, 2023
1 parent 0a0c654 commit 80117e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init_single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
FNSAD=${FNSAD:-fnsad-proxy}

# initialize
rm -rf ~/.fnsap
rm -rf ${CONFIG_DIR}

# TODO
# Configure your CLI to eliminate need for chain-id flag
Expand All @@ -37,7 +37,7 @@ rm -rf ~/.fnsap

# Initialize configuration files and genesis file
# moniker is the name of your node
${FNSAD} init solo --chain-id=finschia
${FNSAD} init solo --chain-id=finschia --home=${CHAIN_DIR}

# configure for testnet
if [[ ${mode} == "testnet" ]]
Expand Down

0 comments on commit 80117e7

Please sign in to comment.