Skip to content

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

Merged
merged 3 commits into from
Aug 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ checkout-ethereum-package: ## 📦 Checkout specific Ethereum package revision

ENCLAVE ?= lambdanet

hoodi: stop-localnet-silent build-image checkout-ethereum-package ## 🌐 Start client in hoodi network
cp metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_l1_perf.json ethereum-package/src/grafana/ethrex_l1_perf.json
kurtosis run --enclave $(ENCLAVE) ethereum-package --args-file fixtures/network/hoodi.yaml
docker logs -f $$(docker ps -q --filter ancestor=ethrex)

localnet: stop-localnet-silent build-image checkout-ethereum-package ## 🌐 Start local network
kurtosis run --enclave $(ENCLAVE) ethereum-package --args-file fixtures/network/network_params.yaml
docker logs -f $$(docker ps -q --filter ancestor=ethrex)
Expand Down
17 changes: 17 additions & 0 deletions fixtures/network/hoodi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
participants:
- el_type: ethrex
el_image: ethrex:latest
cl_type: lighthouse
cl_image: sigp/lighthouse:v7.0.1
count: 1

ethereum_metrics_exporter_enabled: true

additional_services:
- prometheus_grafana

network_params:
network: hoodi

grafana_params:
additional_dashboards: ["./ethrex_l1_perf.json"]
Loading