-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.testnet.yml
65 lines (65 loc) · 1.57 KB
/
config.testnet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
version: 1
validation: sovereign
build:
main: cmd/bitbadgeschaind
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
accounts:
- name: zero
coins:
- 1ubadge
- name: burn
coins:
- 1ubadge
#TODO: Remove alice?
- name: alice
coins:
- 1ubadge
- 1000000000000000ustake
- name: bob
coins:
- 99999999999999996ubadge
- 99000000000000000ustake
address: bb1kx9532ujful8vgg2dht6k544ax4k9qzsp0sany
- name: charlie
coins:
- 1ubadge
client:
typescript:
path: ts-client
openapi:
path: docs/static/openapi.yml
genesis:
chain_id: bitbadges-2
consensus_params:
block:
max_bytes: '22020096'
max_gas: '40000000'
time_iota_ms: '2000'
app_state:
gov:
params:
voting_period: '604800s'
max_deposit_period: '604800s'
# voting_period: '600s'
# max_deposit_period: '600s'
min_deposit:
- amount: '10000000000'
denom: ustake
staking:
params:
bond_denom: ustake
mint:
params:
mint_denom: ustake
blocks_per_year: '15811200' # 6311520 assuming 5s blocks
crisis:
constant_fee:
denom: ubadge
amount: '10000000000'
validators:
- name: alice
bonded: 1000000000000000ustake