forked from deweb-services/deweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
49 lines (49 loc) · 1.14 KB
/
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
45
46
47
48
49
accounts:
- name: alice
coins: ["100000000000000udws"]
- name: bob
coins: ["1000000000udws", "10000000000000000000000000000000uwsc", "1000000000000uwhns"]
build:
binary: "dewebd"
validator:
name: bob
staked: "10000000udws"
client:
openapi:
path: "docs/static/openapi.yml"
vuex:
path: "vue/src/store"
faucet:
name: bob
coins: ["100000udws"]
genesis:
chain_id: "deweb-testnet-0"
app_state:
staking:
params:
bond_denom: "udws"
gov:
deposit_params:
min_deposit:
- amount: "10000000"
denom: "udws"
mint:
minter:
inflation: "0.000000000000000000"
params:
blocks_per_year: "5256000"
inflation_max: "0.000000000000000000"
inflation_min: "0.000000000000000000"
inflation_rate_change: "0.000000000000000000"
mint_denom: "udws"
token:
params:
token_tax_rate: "0.400000000000000000"
issue_token_base_fee:
denom: "dws"
amount: "1000"
mint_token_fee_ratio: "0.100000000000000000"
crisis:
constant_fee:
amount: "100000000",
denom: "udws"