From 197d42b99864fa61a4e3aff03723510a0352b117 Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:51:00 -0400 Subject: [PATCH] MEV source target defaults to stable (#1916) `develop` was used pre-Dencun, and `stable` is a better default --- default.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.env b/default.env index 5df787ca..db0fe546 100644 --- a/default.env +++ b/default.env @@ -176,7 +176,7 @@ SSV_DKG_TAG=latest # MEV-Boost # SRC build target can be a tag, a branch, or a pr as "pr-ID" -MEV_SRC_BUILD_TARGET=develop +MEV_SRC_BUILD_TARGET=stable MEV_SRC_REPO=https://github.com/flashbots/mev-boost MEV_DOCKER_TAG=latest MEV_DOCKER_REPO=flashbots/mev-boost