@@ -57,9 +57,6 @@ GLOAS_FORK_EPOCH: 18446744073709551615
5757# [customized] EIP7441
5858EIP7441_FORK_VERSION : 0x08000001
5959EIP7441_FORK_EPOCH : 18446744073709551615
60- # [customized] EIP7805
61- EIP7805_FORK_VERSION : 0x0a000001
62- EIP7805_FORK_EPOCH : 18446744073709551615
6360# [customized] EIP7928
6461EIP7928_FORK_VERSION : 0x0b000001
6562EIP7928_FORK_EPOCH : 18446744073709551615
@@ -102,8 +99,6 @@ SYNC_MESSAGE_DUE_BPS_GLOAS: 2500
10299CONTRIBUTION_DUE_BPS_GLOAS : 5000
103100# 7500 basis points, 75% of SLOT_DURATION_MS
104101PAYLOAD_ATTESTATION_DUE_BPS : 7500
105-
106- # EIP7805
107102# 7500 basis points, 75% of SLOT_DURATION_MS
108103VIEW_FREEZE_CUTOFF_BPS : 7500
109104# 6667 basis points, ~67% of SLOT_DURATION_MS
@@ -219,19 +214,17 @@ MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS: 4096
219214# Gloas
220215# 2**7 (= 128) payloads
221216MAX_REQUEST_PAYLOADS : 128
217+ # 2**4 (= 16) inclusion lists
218+ MAX_REQUEST_INCLUSION_LIST : 16
219+ # 2**13 (= 8,192) bytes
220+ MAX_BYTES_PER_INCLUSION_LIST : 8192
222221
223222# EIP7441
224223# [customized] 2**2 (= 4) epochs
225224EPOCHS_PER_SHUFFLING_PHASE : 4
226225# [customized] 2**0 (= 1) epochs
227226PROPOSER_SELECTION_GAP : 1
228227
229- # EIP7805
230- # 2**4 (= 16) inclusion lists
231- MAX_REQUEST_INCLUSION_LIST : 16
232- # 2**13 (= 8,192) bytes
233- MAX_BYTES_PER_INCLUSION_LIST : 8192
234-
235228# Blob Scheduling
236229# ---------------------------------------------------------------
237230
0 commit comments