Skip to content

Commit dfd2f3d

Browse files
authored
Support Nethermind max blobs (#2511)
1 parent d1e7947 commit dfd2f3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nethermind.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ services:
5959
- ${EL_P2P_PORT:-30303}
6060
- ${EL_MAX_PEER_COUNT:+--Network.MaxActivePeers}
6161
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
62+
- ${MAX_BLOBS:+--Blocks.BlockProductionBlobLimit}
63+
- ${MAX_BLOBS:+${MAX_BLOBS}}
6264
- --HealthChecks.Enabled
6365
- "true"
6466
- --HealthChecks.UIEnabled

0 commit comments

Comments
 (0)