Skip to content

Commit

Permalink
fix(ansible): double the stakes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 30, 2019
1 parent 88549c5 commit 21fe284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/deployment/ansible/cosmos-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- BOOTSTRAP_TOKENS: "{{ lookup('file', SETUP_HOME + '/boot-tokens.txt') }}"
- BOOTSTRAP_ADDRESS: "{{ lookup('file', SETUP_HOME + '/ag-pserver/data/node0/boot-address.txt') }}"
- STAKER: ag-staker
- STAKER_TOKENS: 100000000stake
- STAKER_AMOUNT: 1000000stake
- STAKER_TOKENS: 200000000stake
- STAKER_AMOUNT: 2000000stake
- STAKER_NODE: node0
roles:
- cosmos-genesis
2 changes: 1 addition & 1 deletion packages/deployment/ansible/cosmos-validators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
- CHAIN_NAME: "{{ lookup('file', SETUP_HOME + '/' + service + '/chain-name.txt') }}"
- STAKER: ag-staker
- STAKER_NODE: node0
- STAKER_AMOUNT: 1000000stake
- STAKER_AMOUNT: 2000000stake
roles:
- cosmos-validators
2 changes: 1 addition & 1 deletion packages/deployment/ansible/prepare-cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- BOOTSTRAP_ADDRESS: "{{ lookup('file', SETUP_HOME + '/ag-pserver/data/node0/boot-address.txt') }}"
- CHAIN_NAME: "{{ lookup('file', SETUP_HOME + '/' + service + '/chain-name.txt') }}"
- STAKER: ag-staker
- STAKER_AMOUNT: 1000000stake
- STAKER_AMOUNT: 2000000stake
- to_remove:
- "/home/{{ service }}/.{{ service }}"
- "/home/{{ service }}/.ag-cosmos-helper"
Expand Down

0 comments on commit 21fe284

Please sign in to comment.