From 50e01bef1f1e5bed6114f4d97417e9332fbc71ff Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Sun, 22 Jan 2023 21:16:52 +0100 Subject: [PATCH] Add eip4844 fork to tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 458ceefc7..a3b8a5af3 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ PROFILE ?= release # List of all hard forks. This list is used to set env variables for several tests so that # they run for different forks. -FORKS=phase0 altair merge capella +FORKS=phase0 altair merge capella eip4844 # Builds the Lighthouse binary in release (optimized). #