48 lines
1.3 KiB
TOML
48 lines
1.3 KiB
TOML
spec_constants = "minimal"
|
|
|
|
[spec]
|
|
target_committee_size = 1
|
|
max_indices_per_attestation = 4096
|
|
min_per_epoch_churn_limit = 4
|
|
churn_limit_quotient = 65536
|
|
base_rewards_per_epoch = 5
|
|
shuffle_round_count = 10
|
|
deposit_contract_tree_depth = 32
|
|
min_deposit_amount = 1000000000
|
|
max_effective_balance = 32000000000
|
|
ejection_balance = 16000000000
|
|
effective_balance_increment = 1000000000
|
|
genesis_slot = 0
|
|
zero_hash = "0x0000000000000000000000000000000000000000000000000000000000000000"
|
|
bls_withdrawal_prefix_byte = "0x00"
|
|
genesis_time = 4294967295
|
|
seconds_per_slot = 6
|
|
min_attestation_inclusion_delay = 4
|
|
min_seed_lookahead = 1
|
|
activation_exit_delay = 4
|
|
slots_per_eth1_voting_period = 1024
|
|
slots_per_historical_root = 8192
|
|
min_validator_withdrawability_delay = 256
|
|
persistent_committee_period = 2048
|
|
max_crosslink_epochs = 64
|
|
min_epochs_to_inactivity_penalty = 4
|
|
base_reward_quotient = 32
|
|
whistleblowing_reward_quotient = 512
|
|
proposer_reward_quotient = 8
|
|
inactivity_penalty_quotient = 33554432
|
|
min_slashing_penalty_quotient = 32
|
|
max_proposer_slashings = 16
|
|
max_attester_slashings = 1
|
|
max_attestations = 128
|
|
max_deposits = 16
|
|
max_voluntary_exits = 16
|
|
max_transfers = 0
|
|
domain_beacon_proposer = 0
|
|
domain_randao = 1
|
|
domain_attestation = 2
|
|
domain_deposit = 3
|
|
domain_voluntary_exit = 4
|
|
domain_transfer = 5
|
|
boot_nodes = ["/ip4/127.0.0.1/tcp/9000"]
|
|
chain_id = 2
|