-
Notifications
You must be signed in to change notification settings - Fork 886
feat: add more bootnodes for Hoodi and Sepolia #7222
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ackintosh
suggested changes
Mar 28, 2025
|
||
# Teku | ||
- | ||
enr:-LK4QDwhXMitMbC8xRiNL-XGMhRyMSOnxej-zGifjv9Nm5G8EF285phTU-CAsMHRRefZimNI7eNpAluijMQP7NDC8kEMh2F0dG5ldHOIAAAAAAAABgCEZXRoMpDS8Zl_YAAJEAAIAAAAAAAAgmlkgnY0gmlwhAOIT_SJc2VjcDI1NmsxoQMoHWNL4MAvh6YpQeM2SUjhUrLIPsAVPB8nyxbmckC6KIN0Y3CCIyiDdWRwgiMo |
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.
I tried to run this PR, but I encountered the following error. It might be caused by an extra newline before enr:
.
Unable to parse boot enr: Error { kind: SCANNER, problem: "could not find expected ':'", problem_mark: Mark { line: 18, column: 1 }, context: "while scanning a simple key", context_mark: Mark { line: 17, column: 1 } }
You can verify your changes before pushing by running the following commands 🙂 :
cargo run --release --bin lighthouse boot_node --enr-address x.x.x.x --network hoodi
cargo run --release --bin lighthouse boot_node --enr-address x.x.x.x --network sepolia
Can you please also rebase on the |
7ff9383
to
95f7fef
Compare
95f7fef
to
654fc35
Compare
654fc35
to
b3eac19
Compare
michaelsproul
approved these changes
Apr 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Addressed
Closes #7218
Proposed Changes
Add more bootnodes for Sepolia and Hoodi