mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
Mainnet Electra fork epoch (#7275)
#6918 See https://github.com/eth-clients/mainnet/pull/4
This commit is contained in:
@@ -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(|| {
|
||||
|
||||
Reference in New Issue
Block a user