forked from bze-alphateam/bze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
44 lines (44 loc) · 932 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
44
accounts:
- name: alice
coins: ["1000000000000utestbze"]
- name: bob
coins: ["1000000000000utestbze"]
validator:
name: alice
staked: "10000000000utestbze"
client:
openapi:
path: "docs/static/openapi.yml"
vuex:
path: "vue/src/store"
faucet:
name: bob
coins: ["100000000000utestbze"]
build:
binary: "bzed"
genesis:
app_state:
staking:
params:
bond_denom: "utestbze"
gov:
voting_params:
voting_period: "120s"
deposit_params:
min_deposit:
-
denom: "utestbze"
amount: "1000000"
tally_params:
quorum: "0.00001"
threshold: "0.001"
veto_threshold: "0.01"
cointrunk:
params:
anonArticleLimit: 5
anonArticleCost:
denom: "utestbze"
amount: "25000000000"
publisher_respect_params:
denom: "utestbze"
tax: "0.200000000000"