Skip to content

Commit be59021

Browse files
mpaulucciCopilotMegaRedHand
authored
chore(l1): add hoodi kurtosis network configuration. (#4031)
**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>
1 parent c673d17 commit be59021

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ checkout-ethereum-package: ## 📦 Checkout specific Ethereum package revision
6464
ENCLAVE ?= lambdanet
6565
LOCALNET_CONFIG_FILE ?= ./fixtures/network/network_params.yaml
6666

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

fixtures/network/hoodi.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
participants:
2+
- el_type: ethrex
3+
el_image: ethrex:latest
4+
cl_type: lighthouse
5+
cl_image: sigp/lighthouse:v7.0.1
6+
count: 1
7+
8+
ethereum_metrics_exporter_enabled: true
9+
10+
additional_services:
11+
- prometheus_grafana
12+
13+
network_params:
14+
network: hoodi
15+
16+
grafana_params:
17+
additional_dashboards: ["./ethrex_l1_perf.json"]

0 commit comments

Comments
 (0)