1+ # ELs: geth, nethermind, erigon, besu, reth, ethrex
2+ # CLs: nimbus, lighthouse, lodestar, teku, prysm, and grandine
3+ participants :
4+ - el_type : geth
5+ cl_type : nimbus
6+
7+ - el_type : nethermind
8+ cl_type : lighthouse
9+
10+ - el_type : erigon
11+ cl_type : lodestar
12+
13+ - el_type : besu
14+ cl_type : teku
15+
16+ - el_type : reth
17+ cl_type : prysm
18+
19+ - el_type : ethrex
20+ cl_type : grandine
21+
22+ additional_services :
23+ - dora
24+ - spamoor
25+ mev_type : commit-boost
26+
27+ mev_params :
28+ mev_relay_image : ethpandaops/mev-boost-relay:main
29+ mev_boost_image : commit-boost/pbs:kurtosis
30+ mev_builder_cl_image : sigp/lighthouse:latest
31+ mev_builder_image : ethpandaops/reth-rbuilder:develop
32+
33+ network_params :
34+ network : kurtosis
35+ network_id : " 3151908"
36+ deposit_contract_address : " 0x00000000219ab540356cBB839Cbe05303d7705Fa"
37+ seconds_per_slot : 12
38+ slot_duration_ms : 12000
39+ num_validator_keys_per_node : 128
40+ preregistered_validator_keys_mnemonic :
41+ " giant issue aisle success illegal bike spike
42+ question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy
43+ very lucky have athlete"
44+ preregistered_validator_count : 0
45+ additional_mnemonics : []
46+ genesis_delay : 20
47+ genesis_time : 0
48+ genesis_gaslimit : 60000000
49+ max_per_epoch_activation_churn_limit : 8
50+ churn_limit_quotient : 65536
51+ ejection_balance : 16000000000
52+ eth1_follow_distance : 2048
53+ min_validator_withdrawability_delay : 256
54+ shard_committee_period : 256
55+ attestation_due_bps_gloas : 2500
56+ aggregate_due_bps_gloas : 5000
57+ sync_message_due_bps_gloas : 2500
58+ contribution_due_bps_gloas : 5000
59+ payload_attestation_due_bps : 7500
60+ view_freeze_cutoff_bps : 7500
61+ inclusion_list_submission_due_bps : 6667
62+ proposer_inclusion_list_cutoff_bps : 9167
63+ deneb_fork_epoch : 0
64+ electra_fork_epoch : 0
65+ fulu_fork_epoch : 0
66+ gloas_fork_epoch : 18446744073709551615
67+ network_sync_base_url : https://snapshots.ethpandaops.io/
68+ force_snapshot_sync : false
69+ data_column_sidecar_subnet_count : 128
70+ samples_per_slot : 8
71+ custody_requirement : 4
72+ max_blobs_per_block_electra : 9
73+ max_request_blocks_deneb : 128
74+ max_request_blob_sidecars_electra : 1152
75+ target_blobs_per_block_electra : 6
76+ base_fee_update_fraction_electra : 5007716
77+ additional_preloaded_contracts : {}
78+ devnet_repo : ethpandaops
79+ prefunded_accounts : {}
80+ bpo_1_epoch : 0
81+ bpo_1_max_blobs : 15
82+ bpo_1_target_blobs : 10
83+ bpo_1_base_fee_update_fraction : 8346193
84+ bpo_2_epoch : 18446744073709551615
85+ bpo_2_max_blobs : 21
86+ bpo_2_target_blobs : 14
87+ bpo_2_base_fee_update_fraction : 11684671
88+ bpo_3_epoch : 18446744073709551615
89+ bpo_3_max_blobs : 0
90+ bpo_3_target_blobs : 0
91+ bpo_3_base_fee_update_fraction : 0
92+ bpo_4_epoch : 18446744073709551615
93+ bpo_4_max_blobs : 0
94+ bpo_4_target_blobs : 0
95+ bpo_4_base_fee_update_fraction : 0
96+ bpo_5_epoch : 18446744073709551615
97+ bpo_5_max_blobs : 0
98+ bpo_5_target_blobs : 0
99+ bpo_5_base_fee_update_fraction : 0
100+ withdrawal_type : " 0x00"
101+ withdrawal_address : " 0x8943545177806ED17B9F23F0a21ee5948eCaa776"
102+ validator_balance : 32
103+ min_epochs_for_data_column_sidecars_requests : 4096
104+ min_epochs_for_block_requests : 33024
0 commit comments