-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmulti_chain_full_sample.yml
198 lines (169 loc) · 4.91 KB
/
multi_chain_full_sample.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
chains:
- name: coreum
type: coreum
chain_id: coreum-devnet-1
genesis_delay: 20
initial_height: 1
denom:
name: udevcore
display: devcore
symbol: udevcore
description: udevcore coin
units:
- denom: udevcore
exponent: 0
- denom: devcore
exponent: 6
faucet:
faucet_amount: 100000000000000
transfer_amount: 100000000
consensus_params:
block_max_bytes: 22020096
block_max_gas: 50000000
evidence_max_age_duration: 172800000000000
evidence_max_age_num_blocks: 100000
evidence_max_bytes: 1048576
validator_pub_key_types:
- ed25519
modules:
auth:
max_memo_characters: 256
sig_verify_cost_ed25519: 1000
sig_verify_cost_secp256k1: 1000
tx_sig_limit: 7
tx_size_cost_per_byte: 10
distribution:
base_proposer_reward: 0.010000000000000000
bonus_proposer_reward: 0.040000000000000000
community_tax: 0.050000000000000000
withdraw_addr_enabled: true
crisis:
constant_fee_amount: 500000000000
feemodel:
min_gas_price: 0.0625
escalation_start_fraction: 0.8
initial_gas_price: 0.0625
long_ema_block_length: 1000
max_block_gas: 50000000
max_discount: 0.5
max_gas_price_multiplier: 1000.0
short_ema_block_length: 50
slashing:
downtime_jail_duration: 60s
min_signed_per_window: 0.500000000000000000
signed_blocks_window: 34000
slash_fraction_double_sign: 0.050000000000000000
slash_fraction_downtime: 0.005000000000000000
staking:
max_validators: 32
min_self_delegation: 20000000000
mint:
annual_provisions: 0.000000000000000000
inflation: 0.100000000000000000
blocks_per_year: 17900000
goal_bonded: 0.670000000000000000
inflation_max: 0.200000000000000000
inflation_min: 0.000000000000000000
inflation_rate_change: 0.130000000000000000
ibc:
allowed_clients:
- 06-solomachine
- 07-tendermint
- 09-localhost
max_expected_time_per_block: 30000000000
participants:
- image: tiljordan/coreum-cored:latest
account_balance: 100000000000
staking_amount: 20000000000
count: 2
staking: true
- image: tiljordan/coreum-cored:latest
account_balance: 50000000000
staking_amount: 0
count: 1
staking: false
additional_services:
- faucet
- bdjuno
- prometheus
- grafana
- name: gaia
type: gaia
chain_id: cosmos-lzero-testnet
genesis_delay: 20
initial_height: 1
denom:
name: stake
display: stake
symbol: stake
description: stake coin
units:
- denom: stake
exponent: 0
faucet:
faucet_amount: 100000000000000
consensus_params:
block_max_bytes: 22020096
block_max_gas: 50000000
evidence_max_age_duration: 172800000000000
evidence_max_age_num_blocks: 100000
evidence_max_bytes: 1048576
validator_pub_key_types:
- ed25519
modules:
auth:
max_memo_characters: 256
sig_verify_cost_ed25519: 590
sig_verify_cost_secp256k1: 1000
tx_sig_limit: 7
tx_size_cost_per_byte: 10
distribution:
base_proposer_reward: 0.000000000000000000
bonus_proposer_reward: 0.000000000000000000
community_tax: 0.020000000000000000
withdraw_addr_enabled: true
crisis:
constant_fee_amount: 1000
slashing:
downtime_jail_duration: 600s
min_signed_per_window: 0.500000000000000000
signed_blocks_window: 100
slash_fraction_double_sign: 0.050000000000000000
slash_fraction_downtime: 0.010000000000000000
staking:
max_validators: 100
downtime_jail_duration: 600s
min_self_delegation: 20000000000
mint:
annual_provisions: 0.000000000000000000
inflation: 0.130000000000000000
blocks_per_year: 6311520
goal_bonded: 0.670000000000000000
inflation_max: 0.200000000000000000
inflation_min: 0.070000000000000000
inflation_rate_change: 0.130000000000000000
ibc:
allowed_clients:
- 06-solomachine
- 07-tendermint
- 09-localhost
max_expected_time_per_block: 30000000000
participants:
- image: tiljordan/gaia:v15.2.0
account_balance: 100000000000
staking_amount: 20000000000
count: 1
staking: true
- image: tiljordan/gaia:v15.2.0
account_balance: 50000000000
staking_amount: 0
count: 1
staking: false
additional_services:
- prometheus
- grafana
connections:
- chain_a: coreum
chain_b: gaia
relayer_config:
hermes_image: tiljordan/hermes:latest