-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.yml
81 lines (81 loc) · 1.42 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
version: 1
build:
binary: loyald
ldflags:
- -X main.Env=prod
- -X main.Version=0.25.1
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
accounts:
- name: lyl_validator
coins:
- 1000000000ulyl
- name: lyl_faucet
coins:
- 101000000000ulyl
- 10000000000uusl
faucet:
name: lyl_faucet
coins:
- 101000000000ulyl
- 10000000000uusl
host: :4501
client:
typescript:
path: ts-client
vuex:
path: vue/src/store
openapi:
path: docs/static/openapi.yml
genesis:
app_state:
bank:
denom_metadata:
- base: ulyl
denom_units:
- denom: ulyl
exponent: 0
- denom: lyl
exponent: 6
description: The native staking token of the Loyal Chain
display: lyl
name: Lyl
symbol: LYL
crisis:
constant_fee:
amount: "1000"
denom: ulyl
gov:
deposit_params:
min_deposit:
- amount: "100000000"
denom: ulyl
mint:
params:
mint_denom: ulyl
staking:
params:
bond_denom: ulyl
unbonding_time: 1814400s
chain_id: loyal-1
validators:
- name: lyl_validator
bonded: 1000000000ulyl
app:
api:
address: :1317
grpc:
address: :9090
grpc-web:
address: :9091
config:
p2p:
laddr: :26656
rpc:
laddr: :26657
pprof_laddr: :6060
client:
keyring-backend: file