Skip to content

Commit 0b5d7d3

Browse files
committed
Update Electra fork configs for Holesky & Sepolia testnets
1 parent 45d22e4 commit 0b5d7d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

grandine/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,5 @@ network-holesky = ['network-any', 'preset-mainnet']
9494
default-networks = [
9595
'network-mainnet',
9696
'network-sepolia',
97-
'network-shadow',
9897
'network-holesky',
9998
]

types/src/config.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ impl Config {
433433
capella_fork_version: H32(hex!("90000072")),
434434
deneb_fork_epoch: 132_608,
435435
deneb_fork_version: H32(hex!("90000073")),
436+
electra_fork_epoch: 222_464,
437+
electra_fork_version: H32(hex!("90000074")),
436438

437439
// Deposit contract
438440
deposit_chain_id: 11_155_111,
@@ -539,6 +541,8 @@ impl Config {
539541
capella_fork_version: H32(hex!("04017000")),
540542
deneb_fork_epoch: 29_696,
541543
deneb_fork_version: H32(hex!("05017000")),
544+
electra_fork_epoch: 115_968,
545+
electra_fork_version: H32(hex!("06017000")),
542546

543547
// Validator cycle
544548
ejection_balance: 28_000_000_000,

0 commit comments

Comments
 (0)