-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
fix: set sepolia genesis delay #6961
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - curious, does this cause any issues? since genesis happened a long time ago I would expect this to not really matter now?
Ah yes, we cross-check the spec on the validator client and beacon node, this would fail if Lodestar is paired with another client on sepolia.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @domiwei
sorry for late reply. |
Thanks for looking into it and fixing it on our end. This would fail with any other CL client as well on sepolia |
🎉 This PR is included in v1.21.0 🎉 |
Motivation
GENESIS_DELAY should be 86400 on sepolia
Ref: https://github.com/eth-clients/sepolia/blob/main/metadata/config.yaml#L11