Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Dec 13, 2024
1 parent cd72411 commit 7fa6d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/util/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function getSpecCriticalParams(localConfig: ChainConfig): Record<keyof ConfigWit

// Networking (non-critical as those do not affect consensus)
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: false,
MAX_REQUEST_BLOB_SIDECARS: false,

// # Phase0Preset
/////////////////
Expand Down Expand Up @@ -219,7 +220,6 @@ function getSpecCriticalParams(localConfig: ChainConfig): Record<keyof ConfigWit
MAX_BLOB_COMMITMENTS_PER_BLOCK: denebForkRelevant,
KZG_COMMITMENT_INCLUSION_PROOF_DEPTH: denebForkRelevant,
MAX_BLOBS_PER_BLOCK: denebForkRelevant,
MAX_REQUEST_BLOB_SIDECARS: denebForkRelevant,

// ELECTRA
MAX_DEPOSIT_REQUESTS_PER_PAYLOAD: electraForkRelevant,
Expand Down

0 comments on commit 7fa6d9c

Please sign in to comment.