@@ -6,7 +6,9 @@ PRESET_BASE: 'mainnet'
66# Free-form short name of the network that this configuration applies to - known
77# canonical network names include:
88# * 'mainnet' - there can be only one
9- # * 'prater' - testnet
9+ # * 'sepolia' - testnet
10+ # * 'holesky' - testnet
11+ # * 'hoodi' - testnet
1012# Must match the regex: [a-z0-9\-]
1113CONFIG_NAME : ' mainnet'
1214
@@ -19,7 +21,6 @@ TERMINAL_BLOCK_HASH: 0x000000000000000000000000000000000000000000000000000000000
1921TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH : 18446744073709551615
2022
2123
22-
2324# Genesis
2425# ---------------------------------------------------------------
2526# `2**14` (= 16,384)
@@ -107,15 +108,13 @@ DEPOSIT_CONTRACT_ADDRESS: 0x00000000219ab540356cBB839Cbe05303d7705Fa
107108# Networking
108109# ---------------------------------------------------------------
109110# `10 * 2**20` (= 10485760, 10 MiB)
110- GOSSIP_MAX_SIZE : 10485760
111+ MAX_PAYLOAD_SIZE : 10485760
111112# `2**10` (= 1024)
112113MAX_REQUEST_BLOCKS : 1024
113114# `2**8` (= 256)
114115EPOCHS_PER_SUBNET_SUBSCRIPTION : 256
115116# `MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2` (= 33024, ~5 months)
116117MIN_EPOCHS_FOR_BLOCK_REQUESTS : 33024
117- # `10 * 2**20` (=10485760, 10 MiB)
118- MAX_CHUNK_SIZE : 10485760
119118# 5s
120119TTFB_TIMEOUT : 5
121120# 10s
@@ -142,3 +141,15 @@ MAX_REQUEST_BLOB_SIDECARS: 768
142141MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS : 4096
143142# `6`
144143BLOB_SIDECAR_SUBNET_COUNT : 6
144+
145+ # Electra
146+ # 2**7 * 10**9 (= 128,000,000,000)
147+ MIN_PER_EPOCH_CHURN_LIMIT_ELECTRA : 128000000000
148+ # 2**8 * 10**9 (= 256,000,000,000)
149+ MAX_PER_EPOCH_ACTIVATION_EXIT_CHURN_LIMIT : 256000000000
150+ # `9`
151+ BLOB_SIDECAR_SUBNET_COUNT_ELECTRA : 9
152+ # `uint64(9)`
153+ MAX_BLOBS_PER_BLOCK_ELECTRA : 9
154+ # MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK_ELECTRA
155+ MAX_REQUEST_BLOB_SIDECARS_ELECTRA : 1152
0 commit comments