Skip to content

Commit

Permalink
fix: run_pundix.sh init
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir committed Oct 26, 2022
1 parent f44aea0 commit 3480b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/run_pundix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ "$1" == "init" ]]; then
rm -rf ~/.pundix
fi
# Initialize private validator, p2p, genesis, and application configuration files
pundixd init --chain-id="$CHAIN_ID" --denom="$LOCAL_STAKING_BOND_DENOM" --mint-denom="$LOCAL_MINT_DENOM" local
pundixd init --chain-id="$CHAIN_ID" local

# update pundix client config
pundixd config config.toml instrumentation.prometheus true
Expand Down

0 comments on commit 3480b26

Please sign in to comment.