From dfbde63b58ea2a86524ef7b4a4093fa0b16fe833 Mon Sep 17 00:00:00 2001 From: pablomendezroyo Date: Wed, 9 Oct 2024 08:59:22 +0200 Subject: [PATCH] Add execution client reth --- packages/stakers/src/execution.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/stakers/src/execution.ts b/packages/stakers/src/execution.ts index 7aed8d533..97f418f63 100644 --- a/packages/stakers/src/execution.ts +++ b/packages/stakers/src/execution.ts @@ -32,6 +32,7 @@ export class Execution extends StakerComponent { protected static readonly CompatibleExecutions: Record = { [Network.Mainnet]: [ + { dnpName: ExecutionClientHolesky.Reth, minVersion: "0.1.0" }, { dnpName: ExecutionClientMainnet.Geth, minVersion: "0.1.37" }, { dnpName: ExecutionClientMainnet.Nethermind, minVersion: "1.0.27" }, { dnpName: ExecutionClientMainnet.Erigon, minVersion: "0.1.34" },