forked from FirmaChain/firmachain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
60 lines (54 loc) · 1.63 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
accounts:
- name: alice
coins: ["2000000000000ufct"]
mnemonic: pizza venue kangaroo desert faculty circle benefit next snap buzz gas elite speed depart clown vicious country life game choice venture wealth shrimp fault
cointype: 7777777
- name: bob
coins: ["1000000000000ufct"]
mnemonic: hope tip sick hour stamp submit coach crisp fragile plunge bargain print detect bitter lecture mouse addict until great barrel truck toilet chapter double
cointype: 7777777
- name: validator
coins: ["1000000000000ufct"]
mnemonic: patrol three crash inmate myself soon hold merge tortoise leopard celery pill affair fall second print case ignore truly interest hammer mail short kit
cointype: 7777777
- name: bob2
coins: ["1000000000000ufct"]
mnemonic: rescue guard extra cradle want hen manage vault remain noise hazard decade cat brush chat ginger clarify collect name craft dune trap south dice
cointype: 7777777
validator:
name: validator
staked: "100000000ufct"
client:
vuex:
path: "vue/src/store"
openapi:
path: "docs/static/openapi.yml"
faucet:
name: alice
coins: ["5000000ufct"]
build:
binary: "firmachaind"
init:
app:
minimum-gas-prices: "0.01ufct"
genesis:
chain_id: "imperium-2"
app_state:
crisis:
constant_fee:
denom: "ufct"
gov:
deposit_params:
min_deposit:
- denom: "ufct"
amount: "10000000"
max_deposit_period: "60s"
voting_params:
voting_period: "60s"
mint:
params:
mint_denom: "ufct"
staking:
params:
unbonding_time: "60s"
bond_denom: "ufct"