Skip to content

Commit 8341b4f

Browse files
authored
Support Ethrex max blobs (#2499)
1 parent a79c867 commit 8341b4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ethrex.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ services:
5252
- ${EL_P2P_PORT:-30303}
5353
- ${EL_MAX_PEER_COUNT:+--p2p.target-peers}
5454
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
55+
- ${MAX_BLOBS:+--builder.max-blobs}
56+
- ${MAX_BLOBS:+${MAX_BLOBS}}
5557
- --http.addr
5658
- 0.0.0.0
5759
- --http.port

0 commit comments

Comments
 (0)