-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
77 lines (77 loc) · 2.37 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
version: 1
accounts:
- name: alice
mnemonic: skirt useless suggest trophy donate sister patch enrich size business need bleak spend damp truck coffee bring where educate ecology craft velvet grace tumble
coins: [ "2000000000000000uggt" ]
- name: bob
mnemonic: inquiry proud host flat tent position shoot choice damage north absent enlist question skate position segment renew bird caution wing whip apart hero alter
coins: [ "2000000000000000uggt" ]
- name: admin
mnemonic: sauce story wash have cement rib keep grid senior float soda beyond train blood accuse dad situate rely reveal shove sudden bulk deal dumb
coins: [ "2000000000000000uggt" ]
- name: test1
coins: [ "1000000000000000uggt" ]
- name: test2
coins: [ "1000000000000000uggt" ]
- name: test3
coins: [ "1000000000000000uggt" ]
- name: test4
coins: [ "1000000000000000uggt" ]
validators:
- name: alice
bonded: "1000000000000000uggt"
- name: bob
bonded: "1000000000000000uggt"
- name: admin
bonded: "1000000000000000uggt"
genesis:
app_state:
denomfactory:
params:
denom_symbol: "ggt"
denom_name: "Game Gold Token"
denom_description: "The G4AL Chain governance coin."
permission:
params:
genesis_administrator: "g4al1f7e3s7jayfk3nfnxcv08myguvf522f2e00cxuy"
staking:
params:
bond_denom: "uggt"
crisis:
constant_fee:
denom: "uggt"
amount: "1000"
mint:
minter:
inflation: "0.000000000000000000"
annual_provisions: "0.000000000000000000"
params:
mint_denom: "uggt"
inflation_rate_change: "0.000000000000000000"
inflation_max: "0.000000000000000000"
inflation_min: "0.000000000000000000"
gov:
deposit_params:
min_deposit:
- denom: "uggt"
amount: "10000000"
distribution:
params:
base_proposer_reward: "0.000000000000000000"
withdraw_addr_enabled: false
community_tax: "0.000000000000000000"
bonus_proposer_reward: "0.000000000000000000"
slashing:
params:
slash_fraction_double_sign: "0.050000000000000000"
slash_fraction_downtime: "0.000000000000000000"
client:
openapi:
path: "docs/static/openapi.yml"
#typescript:
# path: "ts-client"
#vuex:
# path: "vue/src/store"
faucet:
name: bob
coins: [ "100000uggt" ]