forked from DecentralCardGame/Cardchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
75 lines (73 loc) · 1.54 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
build:
main: "cmd/Cardchaind/"
accounts:
- name: alice
coins: ["1000000000ucredits", "1000000000ubpf"]
- name: bob
coins: ["10000000000ucredits", "10000000000ubpf"]
validator:
name: alice
staked: "5000000ubpf"
client:
openapi:
path: "docs/static/openapi.yml"
vuex:
path: "vue/src/store"
init:
config:
moniker: "yesyoulikeCC"
consensus:
timeout_commit: "5s"
create_empty_blocks: "false"
app:
#minimum-gas-prices: "0.1ubpf, 0.1ucredits"
faucet:
name: bob
coins: ["5000000ucredits", "5000000ubpf"]
coins_max: ["5000000ucredits", "5000000ubpf"]
host:
rpc: "0.0.0.0:26657"
p2p: "0.0.0.0:26658"
prof: ":6061"
grpc: ":9090"
api: "0.0.0.0:1317"
genesis:
app_state:
staking:
params:
bond_denom: "ubpf"
slashing:
params:
signed_blocks_window: '30000'
min_signed_per_window: '0.05'
mint:
params:
mint_denom: "ubpf"
gov:
deposit_params:
min_deposit:
- amount: '10000000'
denom: ubpf
crisis:
constant_fee:
amount: '1000'
denom: ubpf
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