Commit 2e046f7 1 parent c6612ea commit 2e046f7 Copy full SHA for 2e046f7
File tree 3 files changed +3
-2
lines changed
packages/deployment/ansible
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
- BOOTSTRAP_TOKENS : 100provisionpass
10
10
- CHAIN_NAME : " {{ lookup('file', SETUP_HOME + '/ag-chain-cosmos/chain-name.txt') }}"
11
11
- NETWORK_CONFIG_URL : https://testnet.agoric.com/network-config
12
+ - FAUCET_TOKENS : " {{ lookup('file', SETUP_HOME + '/boot-tokens.txt') }}"
12
13
- STAKER : ag-staker
13
- - STAKER_TOKENS : 10000000000000000000000000ubld
14
14
- STAKER_INIT_COINS : 62000000ubld
15
15
- STAKER_SELF_DELEGATION : 50000000ubld
16
16
- STAKER_NODE : validator0
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ while [[ ${#rpcAddrs[@]} -gt 0 ]]; do
93
93
echo " $ADDR :$DELEGATE_COINS :$NAME " >> $thisdir /cosmos-delegates.txt
94
94
exit 0
95
95
fi
96
+ exit $?
96
97
;;
97
98
* )
98
99
echo 1>&2 " Unknown operation $OP "
Original file line number Diff line number Diff line change 50
50
become_user : " {{ service }}"
51
51
shell : " \
52
52
{{ service }} add-genesis-account \
53
- {{ faucet }} {{ STAKER_TOKENS }},{{ BOOTSTRAP_TOKENS }}"
53
+ {{ faucet }} {{ FAUCET_TOKENS }},{{ BOOTSTRAP_TOKENS }}"
54
54
55
55
- name : " Add {{ STAKER_INIT_COINS }} coins to {{ STAKER }}-{{ STAKER_NODE }}"
56
56
become : yes
You can’t perform that action at this time.
0 commit comments