-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_gaia_config_sample.yml
82 lines (82 loc) · 2.36 KB
/
default_gaia_config_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
chains:
- 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
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: 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: 32
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
min_cpu: 500
min_memory: 512
additional_services:
- prometheus
- grafana
- faucet