Skip to content

Commit

Permalink
fix: correct faucet-helper.sh show-faucet-address and use it
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 2, 2021
1 parent 16c1694 commit 5e236e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ show-faucet-address)
-- faucet
exit $?
;;
done
esac

chainName=$(cat "$thisdir/ag-chain-cosmos/chain-name.txt")
IFS=, read -r -a origRpcAddrs <<<"$(AG_SETUP_COSMOS_HOME=$thisdir ag-setup-cosmos show-rpcaddrs)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

- name: "Extract faucet address"
delegate_to: localhost
shell: "ag-cosmos-helper --home={{ SETUP_HOME + '/../faucet' }} \
--keyring-backend=test \
keys show -a faucet > {{ SETUP_HOME + '/../faucet/address.txt' }}"
shell: "{{ SETUP_HOME + '/faucet-helper.sh' }} show-faucet-address \
> {{ SETUP_HOME + '/../faucet/address.txt' }}"
when: not faucet

- set_fact:
Expand Down

0 comments on commit 5e236e6

Please sign in to comment.