forked from Pylons-tech/pylons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_config.yml
50 lines (45 loc) · 916 Bytes
/
sample_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
genesis:
chain_id: "pylons"
app_state:
staking:
params:
bond_denom: "ubedrock"
crisis:
constant_fee:
denom: ubedrock
gov:
deposit_params:
min_deposit:
denom: ubedrock
mint:
minter:
inflation: "0"
params:
mint_denom: "disabled"
inflation_rate_change: "0"
inflation_max: "0"
inflation_min: "0"
bank:
params:
send_enabled:
- denom: "ustripeusd"
enabled: false
accounts:
- name: alice
coins: ["20000000000upylon", "200000000ubedrock"]
- name: bob
coins: ["10000000000upylon", "100000000ubedrock"]
validator:
name: alice
staked: "100000000ubedrock"
faucet:
host: ":5500"
name: bob
coins: [ "10000upylon", "10000ubedrock" ]
host:
rpc: ":36657"
p2p: ":46658"
prof: ":7060"
grpc: ":36659"
grpc-web: ":9092"
api: ":2317"