From 3269cd4f482d2ccd2d9bc6dd6d239107bb667dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Arjovsky?= Date: Thu, 9 Oct 2025 17:50:13 +0200 Subject: [PATCH] Use the full sync mode for ethrex so that it accepts engine api calls --- scripts/ethrex/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ethrex/docker-compose.yaml b/scripts/ethrex/docker-compose.yaml index d477b2a87..63201f0d5 100644 --- a/scripts/ethrex/docker-compose.yaml +++ b/scripts/ethrex/docker-compose.yaml @@ -29,6 +29,7 @@ services: - --http.addr=0.0.0.0 - --http.port=8545 - --authrpc.addr=0.0.0.0 + - --syncmode=full logging: driver: json-file options: