Mainnet Electra fork epoch (#7275)

#6918

See https://github.com/eth-clients/mainnet/pull/4
This commit is contained in:
Eitan Seri-Levi
2025-04-08 01:10:17 -07:00
committed by GitHub
parent 091e292c99
commit 863c19863f
2 changed files with 14 additions and 2 deletions

View File

@@ -879,7 +879,7 @@ impl ChainSpec {
* Electra hard fork params
*/
electra_fork_version: [0x05, 00, 00, 00],
electra_fork_epoch: None,
electra_fork_epoch: Some(Epoch::new(364032)),
unset_deposit_requests_start_index: u64::MAX,
full_exit_request_amount: 0,
min_activation_balance: option_wrapper(|| {