Skip to content

Commit

Permalink
Update gnosis capella preset (sigp#4302)
Browse files Browse the repository at this point in the history
N/A

Gnosis preset values have been updated from previous placeholder values. This changes are required for chiado since it inherits the preset from gnosis mainnet.

- preset values update PR ref: gnosischain/configs#11

N/A
  • Loading branch information
dapplion authored and Woodpile37 committed Jan 6, 2024
1 parent f07cc07 commit 559744a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions consensus/types/presets/gnosis/capella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ MAX_BLS_TO_EXECUTION_CHANGES: 16
# Execution
# ---------------------------------------------------------------
# 2**4 (= 16) withdrawals
MAX_WITHDRAWALS_PER_PAYLOAD: 16
MAX_WITHDRAWALS_PER_PAYLOAD: 8

# Withdrawals processing
# ---------------------------------------------------------------
# 2**14 (= 16384) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 16384
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 8192
2 changes: 1 addition & 1 deletion consensus/types/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ impl ChainSpec {
*/
capella_fork_version: [0x03, 0x00, 0x00, 0x64],
capella_fork_epoch: None,
max_validators_per_withdrawals_sweep: 16384,
max_validators_per_withdrawals_sweep: 8192,

/*
* Eip4844 hard fork params
Expand Down

0 comments on commit 559744a

Please sign in to comment.