-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
60 lines (59 loc) · 1.28 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
version: 1
build:
binary: sided
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
accounts:
- name: alice
coins:
- 10000000000000000000000000000000uside
- 10000000000000000000000000000000uusdc
- 10000000000000000000000000000000uusdt
- name: bob
mnemonic: "furnace wild gravity resist heavy beef bundle deliver design service cycle monkey"
coins:
- 10000000000000000000000000000000uside
- 10000000000000000000000000000000uusdc
- 10000000000000000000000000000000uusdt
# faucet:
# name: bob
# coins:
# - 10uside
# host: 0.0.0.0:4500
genesis:
app_state:
crisis:
constant_fee:
denom: uside
gov:
deposit_params:
min_deposit:
- amount: "10000000"
denom: uside
params:
min_deposit:
- amount: "10000000"
denom: uside
voting_period: "60s"
mint:
params:
mint_denom: uside
staking:
params:
bond_denom: uside
chain_id: grimoria-testnet-1
consensus_params:
block:
max_gas: "100000000"
validators:
- name: alice
bonded: 10000000000000000000000uside
home: $HOME/.side
client:
openapi:
path: "docs/static/openapi.yml"
prefix:
address: "side"