Skip to content

Commit

Permalink
Fix chain id setup in contrib/local/setup_wasmd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Nov 19, 2020
1 parent 807956b commit a6ea0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/local/setup_wasmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ for addr in "$@"; do
wasmd add-genesis-account "$addr" "1000000000$STAKE,1000000000$FEE"
done
# submit a genesis validator tx
(echo "$PASSWORD"; echo "$PASSWORD"; echo "$PASSWORD") | wasmd gentx validator --chain-id=testing --amount "250000000$STAKE"
(echo "$PASSWORD"; echo "$PASSWORD"; echo "$PASSWORD") | wasmd gentx validator --chain-id="$CHAIN_ID" --amount "250000000$STAKE"
wasmd collect-gentxs

0 comments on commit a6ea0c1

Please sign in to comment.