-
Notifications
You must be signed in to change notification settings - Fork 38
/
config.yaml
47 lines (43 loc) · 970 Bytes
/
config.yaml
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
accounts:
- name: alice
coins: ["1000000000000000000000atestfet"]
- name: bob
coins: ["1000000000000000000000atestfet"]
validator:
name: alice
staked: "10000000000000000000atestfet"
# FIXME: current faucet implementation can't parse 18 decimals coins.
# faucet:
# name: faucet
# coins: ["1000000000000000000000atestfet"]
# # coins_max: ["1000000000000000000atestfet"]
# port: 4500
host:
rpc: ":26657"
p2p: ":26656"
prof: ":6060"
grpc: ":9090"
api: ":1317"
init:
# FETCHD_HOME (default ~/.fetchd)
home: "/tmp/fetchd"
keyring-backend: "test"
# custom config.toml
config:
consensus.timeout_commit: "5s"
consensus.create_empty_blocks_interval: "5s"
# custom app.toml
app:
minimum-gas-prices: "5000000000atestfet"
api.enable: true
# custom genesis
genesis:
app_state:
staking:
params:
bond_denom: "atestfet"
mint:
params:
mint_denom: "atestfet"
build:
binary: fetchd