forked from DecentralCardGame/Cardchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
104 lines (104 loc) · 2.07 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
version: 1
build:
main: cmd/Cardchaind/
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
accounts:
- name: alice
coins:
- 1000000000ucredits
- 1000000000ubpf
- name: bob
coins:
- 10000000000ucredits
- 10000000000ubpf
faucet:
name: bob
coins:
- 5000000ucredits
- 5000000ubpf
coins_max:
- 5000000ucredits
- 5000000ubpf
host: 0.0.0.0:4500
client:
vuex:
path: vue/src/store
openapi:
path: docs/static/openapi.yml
genesis:
app_state:
bank:
denom_metadata:
- base: ubpf
denom_units:
- aliases:
- microbpf
denom: ubpf
exponent: 0
- aliases:
- millibpf
denom: mbpf
exponent: 3
- aliases: []
denom: bpf
exponent: 6
description: The native staking token of the CrowdControlNetwork.
display: bpf
name: Burning Pitchfork
symbol: BPF
cardchain:
params:
airDropMaxBlockHeight: "10000000"
crisis:
constant_fee:
amount: "1000"
denom: ubpf
distribution:
params:
community_tax: "0.020000000000000000"
gov:
deposit_params:
max_deposit_period: 172800s
min_deposit:
- amount: "10000000"
denom: ubpf
tally_params:
quorum: "0.100000000000000000"
threshold: "0.500000000000000000"
veto_threshold: "0.334000000000000000"
voting_params:
voting_period: 172800s
mint:
params:
mint_denom: ubpf
slashing:
params:
min_signed_per_window: "0.05"
signed_blocks_window: "30000"
slash_fraction_downtime: "0"
staking:
params:
bond_denom: ubpf
chain_id: Testnet3
validators:
- name: alice
bonded: 5000000ubpf
app:
api:
address: 0.0.0.0:1317
grpc:
address: :9090
config:
consensus:
create_empty_blocks: "false"
timeout_commit: 5s
moniker: yesyoulikeCC
p2p:
laddr: 0.0.0.0:26658
rpc:
laddr: 0.0.0.0:26657
pprof_laddr: :6061