From 4653a3696a0968a2f40429ab6c11612a15ad1588 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Mon, 23 Mar 2026 08:13:45 +0000 Subject: [PATCH] Support Ethrex max blobs --- ethrex.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ethrex.yml b/ethrex.yml index 7e46af5d..874a4cfd 100644 --- a/ethrex.yml +++ b/ethrex.yml @@ -52,6 +52,8 @@ services: - ${EL_P2P_PORT:-30303} - ${EL_MAX_PEER_COUNT:+--p2p.target-peers} - ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}} + - ${MAX_BLOBS:+--builder.maxblobs} + - ${MAX_BLOBS:+${MAX_BLOBS}} - --http.addr - 0.0.0.0 - --http.port