Skip to content

Commit 21fe284

Browse files
committed
fix(ansible): double the stakes
1 parent 88549c5 commit 21fe284

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/deployment/ansible/cosmos-genesis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
- BOOTSTRAP_TOKENS: "{{ lookup('file', SETUP_HOME + '/boot-tokens.txt') }}"
1010
- BOOTSTRAP_ADDRESS: "{{ lookup('file', SETUP_HOME + '/ag-pserver/data/node0/boot-address.txt') }}"
1111
- STAKER: ag-staker
12-
- STAKER_TOKENS: 100000000stake
13-
- STAKER_AMOUNT: 1000000stake
12+
- STAKER_TOKENS: 200000000stake
13+
- STAKER_AMOUNT: 2000000stake
1414
- STAKER_NODE: node0
1515
roles:
1616
- cosmos-genesis

packages/deployment/ansible/cosmos-validators.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
- CHAIN_NAME: "{{ lookup('file', SETUP_HOME + '/' + service + '/chain-name.txt') }}"
1212
- STAKER: ag-staker
1313
- STAKER_NODE: node0
14-
- STAKER_AMOUNT: 1000000stake
14+
- STAKER_AMOUNT: 2000000stake
1515
roles:
1616
- cosmos-validators

packages/deployment/ansible/prepare-cosmos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- BOOTSTRAP_ADDRESS: "{{ lookup('file', SETUP_HOME + '/ag-pserver/data/node0/boot-address.txt') }}"
1313
- CHAIN_NAME: "{{ lookup('file', SETUP_HOME + '/' + service + '/chain-name.txt') }}"
1414
- STAKER: ag-staker
15-
- STAKER_AMOUNT: 1000000stake
15+
- STAKER_AMOUNT: 2000000stake
1616
- to_remove:
1717
- "/home/{{ service }}/.{{ service }}"
1818
- "/home/{{ service }}/.ag-cosmos-helper"

0 commit comments

Comments
 (0)