-
Notifications
You must be signed in to change notification settings - Fork 97
chore(l1): add hoodi kurtosis network configuration. #4031
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
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.
Pull Request Overview
This PR adds support for the Hoodi network by introducing a new Kurtosis network configuration and corresponding Makefile target to enable easy deployment of an ethrex client that syncs with Hoodi.
- Added Hoodi network configuration file with ethrex and lighthouse participants
- Added Makefile target for launching Hoodi network setup
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
fixtures/network/hoodi.yaml | Defines Hoodi network configuration with ethrex client, lighthouse consensus layer, and monitoring setup |
Makefile | Adds hoodi target for starting the Hoodi network environment |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
**Motivation** Being able to easily spin up a ethrex client that syncs with Hoodi **Description** - Adds network configuration for hoodi --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Motivation
Being able to easily spin up a ethrex client that syncs with Hoodi
Description