Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule Deneb on Sepolia & Holesky #34

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

michaelsproul
Copy link
Member

Update Lighthouse to v4.6.0 which schedules Deneb on Sepolia and Holesky:

$ RUST_LOG=eleel target/debug/eleel --network sepolia --ee-jwt-secret ~/.lighthouse/eleel.hex --controller-jwt-secret ~/.lighthouse/eleel.hex --client-jwt-secrets example-secrets.toml

Running Eleel shows the correct fork epochs:

2024-01-25T00:52:11.775616Z INFO eleel::multiplexer: fork schedule bellatrix_fork_epoch=Some(Epoch(100)) capella_fork_epoch=Some(Epoch(56832)) deneb_fork_epoch=Some(Epoch(132608))

$ RUST_LOG=eleel target/debug/eleel --network holesky --ee-jwt-secret ~/.lighthouse/eleel.hex --controller-jwt-secret ~/.lighthouse/eleel.hex --client-jwt-secrets example-secrets.toml

2024-01-25T00:53:28.860528Z INFO eleel::multiplexer: fork schedule bellatrix_fork_epoch=Some(Epoch(0)) capella_fork_epoch=Some(Epoch(256)) deneb_fork_epoch=Some(Epoch(29696))

@michaelsproul
Copy link
Member Author

cc @Savid @samcm

We're ready this time!

@Savid
Copy link
Contributor

Savid commented Jan 25, 2024

you're a gentleman and scholar! @michaelsproul

@michaelsproul
Copy link
Member Author

thanks! will merge once CI passes 🤙

@samcm
Copy link

samcm commented Jan 25, 2024

Thanks @michaelsproul! 👑

@michaelsproul michaelsproul merged commit 985e5d2 into main Jan 25, 2024
5 checks passed
@michaelsproul michaelsproul deleted the deneb-sepolia-holesky branch January 25, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants