Commit 4b80400 1 parent 0557983 commit 4b80400 Copy full SHA for 4b80400
File tree 1 file changed +3
-3
lines changed
packages/deployment/ansible/roles/cosmos-genesis/files
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ thisdir=$(dirname -- "$0")
5
5
FAUCET_HOME=$thisdir /../faucet
6
6
7
7
MAX_LINES=-1
8
- STAKE=50000000ubld
8
+ DELEGATE_COINS=62000000ubld,93000000urun
9
9
10
10
OP=$1
11
11
shift
@@ -67,10 +67,10 @@ while [[ ${#rpcAddrs[@]} -gt 0 ]]; do
67
67
tx bank send \
68
68
--node=tcp://$selected --chain-id=$chainName --keyring-backend=test \
69
69
--yes --gas=auto --gas-adjustment=1.2 --broadcast-mode=block \
70
- -- faucet " $ADDR " " $STAKE " ; then
70
+ -- faucet " $ADDR " " $DELEGATE_COINS " ; then
71
71
# Record the information before exiting.
72
72
sed -i -e " /:$NAME $/d" $thisdir /cosmos-delegates.txt
73
- echo " $ADDR :$STAKE :$NAME " >> $thisdir /cosmos-delegates.txt
73
+ echo " $ADDR :$DELEGATE_COINS :$NAME " >> $thisdir /cosmos-delegates.txt
74
74
exit 0
75
75
fi
76
76
;;
You can’t perform that action at this time.
0 commit comments