forked from warden-protocol/wardenprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
66 lines (65 loc) · 1.54 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
version: 1
build:
main: cmd/wardend
binary: wardend
accounts:
- name: alice
coins:
- 200000000uward
- name: bob
coins:
- 100000000uward
- name: shulgin
# warden10kmgv5gzygnecf46x092ecfe5xcvvv9r870rq4
mnemonic: exclude try nephew main caught favorite tone degree lottery device tissue tent ugly mouse pelican gasp lava flush pen river noise remind balcony emerge
coins:
- 200000000uward
client:
openapi:
path: docs/static/openapi.yml
typescript:
path: "./ts-client"
hooks:
path: "./spaceward/src/hooks"
faucet:
name: bob
coins:
- 100000uward
validators:
- name: alice
bonded: 100000000uward
home: ~/.warden
genesis:
app_state:
warden:
keychains:
- id: 1
is_active: true
creator: warden10kmgv5gzygnecf46x092ecfe5xcvvv9r870rq4
description: ACME corp
admins:
- warden10kmgv5gzygnecf46x092ecfe5xcvvv9r870rq4
parties:
- warden10kmgv5gzygnecf46x092ecfe5xcvvv9r870rq4
admin_intent_id: 0
fees:
key_req: 0
sig_req: 0
spaces:
- id: 1
creator: warden10kmgv5gzygnecf46x092ecfe5xcvvv9r870rq4
owners:
- warden10kmgv5gzygnecf46x092ecfe5xcvvv9r870rq4
staking:
params:
bond_denom: "uward"
gov:
params:
min_deposit:
- denom: "uward"
amount: "100000"
expedited_min_deposit:
- denom: "uward"
amount: "200000"
voting_period: "20s"
expedited_voting_period: "10s"