From 5bec4a38c832080eb479828318e65fe6b5dbb903 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Thu, 26 Mar 2026 08:54:48 +0000 Subject: [PATCH] Support Reth max blobs --- reth.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reth.yml b/reth.yml index ac8f213b..abfa4d66 100644 --- a/reth.yml +++ b/reth.yml @@ -89,6 +89,8 @@ services: - /var/lib/reth/ee-secret/jwtsecret - ${EL_MAX_PEER_COUNT:+--max-peers} - ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}} + - ${MAX_BLOBS:+--builder.max-blobs} + - ${MAX_BLOBS:+${MAX_BLOBS}} labels: - metrics.scrape=true - metrics.path=/metrics