From f0c86726e438a284b23428915383ca56ce5e0e18 Mon Sep 17 00:00:00 2001 From: Parithosh Jayanthi Date: Fri, 22 Sep 2023 16:20:24 +0200 Subject: [PATCH] Add reth (#875) Add reth to default cancun config --- configs/cancun.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/cancun.yaml b/configs/cancun.yaml index 1ae2fcbed4..dcaa424089 100644 --- a/configs/cancun.yaml +++ b/configs/cancun.yaml @@ -31,3 +31,10 @@ build_args: github: NethermindEth/nethermind tag: cancun + +- client: reth + nametag: cancun-git + dockerfile: git + build_args: + github: paradigmxyz/reth + tag: main