From c46b6bf1e83fa567727675ef0644d7d3eefcb1f2 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Thu, 19 Oct 2023 12:09:55 +0200 Subject: [PATCH] fix: add readme for mev-builder-cl-image (#314) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c7be8a2e..75f7509b1 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,8 @@ To configure the package behaviour, you can modify your `network_params.json` fi "mev_relay_image": "flashbots/mev-boost-relay", // The image to use for the builder "mev_builder_image": "ethpandaops/flashbots-builder:main", + // The image to use for the CL builder + "mev_builder_cl_image": "sigp/lighthouse:latest", // The image to use for mev-boost "mev_boost_image": "flashbots/mev-boost", // Extra parameters to send to the API