Skip to content

Commit

Permalink
fix: we now send 50agstake to each of the validators
Browse files Browse the repository at this point in the history
This makes the network more forgiving of downtime.
  • Loading branch information
michaelfig committed Mar 19, 2020
1 parent b613513 commit 9a78552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/deployment/ansible/cosmos-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- BOOTSTRAP_ADDRESS: "{{ lookup('file', SETUP_HOME + '/ag-pserver/data/node0/boot-address.txt') }}"
- STAKER: ag-staker
- STAKER_TOKENS: 10000000000000000000000000uagstake
- STAKER_AMOUNT: 2000000uagstake
- STAKER_AMOUNT: 50000000uagstake
- STAKER_NODE: node0
roles:
- cosmos-genesis
4 changes: 2 additions & 2 deletions packages/deployment/ansible/cosmos-validators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- CHAIN_NAME: "{{ lookup('file', SETUP_HOME + '/' + service + '/chain-name.txt') }}"
- STAKER: ag-staker
- STAKER_NODE: node0
- STAKER_AMOUNT: 2000000uagstake
- STAKER_AMOUNT: 50000000uagstake
roles:
- cosmos-delegates

Expand All @@ -23,6 +23,6 @@
- CHAIN_NAME: "{{ lookup('file', SETUP_HOME + '/' + service + '/chain-name.txt') }}"
- STAKER: ag-staker
- STAKER_NODE: node0
- STAKER_AMOUNT: 2000000uagstake
- STAKER_AMOUNT: 50000000uagstake
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: 2000000uagstake
- STAKER_AMOUNT: 50000000uagstake
- HELPER_BINARY: "{{lookup('env', 'GOPATH') or '/usr/local'}}/bin/ag-cosmos-helper"
- APPDIR: "{{lookup('pipe', 'pwd')}}/../.."
roles:
Expand Down

0 comments on commit 9a78552

Please sign in to comment.