-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
107 lines (107 loc) · 2.77 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
version: 1
accounts:
- name: val1 # chain1s47eghgte9gw8j9y465l5a3x433ncrulrc239f
mnemonic: "veteran install subject evil slow angry heart enact patrol reunion arch venue warrior employ upper antenna nature rifle coffee east chronic fan midnight illegal"
coins:
- 1000000000ucrd
- 1000000000unoria
- name: me # chain1pnx92rmjfy7lp2znqn5j29n4mx4afpwk6szvlq
mnemonic: "sleep capital aisle raven panel derive divorce tray flag door catch front slim clap outside earth smart bus decade beauty wonder cross chaos picture"
coins:
- 1000000000ucrd
- 1000000000unoria
- name: faucet # chain1smfmalx7z98krlnrnl3nmfdltktsvj02ead9fs
mnemonic: "universe feed about battle toast bomb exile cook cry dose receive crucial ecology pool useful mutual pencil topple device obscure drink broccoli thrive shuffle"
coins:
- 1000000000ucrd
- 1000000000unoria
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: faucet
coins:
- 10000000ucrd
- 10000000unoria
validators:
- name: val1
bonded: 100000000stake
build:
main: ./cmd/wasmd
binary: chaind
genesis:
app_state:
bank:
denom_metadata:
- base: ucrd
denom_units:
- aliases:
- microcrd
denom: ucrd
exponent: 0
- aliases: []
denom: crd
exponent: 6
description: The Cooperative Denom token
display: crd
name: CRD
symbol: CRD
- base: unoria
denom_units:
- aliases:
- micronoria
denom: unoria
exponent: 0
- aliases: []
denom: noria
exponent: 6
description: The native staking token of Noria
display: noria
name: NORIA
symbol: NORIA
distribution:
params:
community_tax: "0.0"
gov:
deposit_params:
max_deposit_period: 300s
min_deposit:
- amount: "1000000"
denom: unoria
tally_params:
quorum: "0.000001"
voting_params:
voting_period: 10s
mint:
minter:
annual_provisions: "0.0"
inflation: "0.0"
params:
blocks_per_year: "6307200"
inflation_max: "0.0"
inflation_min: "0.0"
inflation_rate_change: "0.0"
mint_denom: unoria
staking:
params:
bond_denom: unoria
admin:
params:
admin: chain1pnx92rmjfy7lp2znqn5j29n4mx4afpwk6szvlq
chain_id: chain-1
validators:
- name: val1
bonded: 400000000unoria
app:
api:
enable: true
swagger: true
config:
consensus:
timeout_commit: 1s
timeout_precommit: 1s
timeout_precommit_delta: 500ms
timeout_prevote: 1s
timeout_prevote_delta: 500ms
timeout_propose: 3s
timeout_propose_delta: 500ms