Skip to content

Commit

Permalink
Update Electra fork configs for Holesky & Sepolia testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
povi committed Feb 13, 2025
1 parent 45d22e4 commit 2c5a63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion grandine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ network-holesky = ['network-any', 'preset-mainnet']
default-networks = [
'network-mainnet',
'network-sepolia',
'network-shadow',
'network-holesky',
]
4 changes: 4 additions & 0 deletions types/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ impl Config {
capella_fork_version: H32(hex!("90000072")),
deneb_fork_epoch: 132_608,
deneb_fork_version: H32(hex!("90000073")),
electra_fork_epoch: 222_464,
electra_fork_version: H32(hex!("90000074")),

// Deposit contract
deposit_chain_id: 11_155_111,
Expand Down Expand Up @@ -539,6 +541,8 @@ impl Config {
capella_fork_version: H32(hex!("04017000")),
deneb_fork_epoch: 29_696,
deneb_fork_version: H32(hex!("05017000")),
electra_fork_epoch: 115_968,
electra_fork_version: H32(hex!("06017000")),

// Validator cycle
ejection_balance: 28_000_000_000,
Expand Down

0 comments on commit 2c5a63d

Please sign in to comment.