-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
43 lines (42 loc) · 857 Bytes
/
config.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
version: 1
accounts:
- name: frank
coins:
- 9000000000000himitsu
- name: alice
coins:
- 1000000000000himitsu
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: frank
coins:
- 1000000000000himitsu
validators:
- name: frank
bonded: 1000000000000himitsu
config:
consensus:
timeout_commit: '20s'
genesis:
app_state:
staking:
params:
bond_denom: "himitsu"
gov:
deposit_params:
min_deposit:
- amount: "10000000"
denom: "himitsu"
crisis:
constant_fee:
denom: "himitsu"
mint:
minter:
inflation: "0.000000000000000"
params:
inflation_max: "0.000000000000000"
inflation_min: "0.000000000000000"
inflation_rate_change: "0.000000000000000"
mint_denom: "himitsu"