Skip to content

Commit

Permalink
Add execution client reth (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Oct 10, 2024
1 parent 780df8f commit 7dd1d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stakers/src/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class Execution extends StakerComponent {

protected static readonly CompatibleExecutions: Record<Network, { dnpName: string; minVersion: string }[]> = {
[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" },
Expand Down

0 comments on commit 7dd1d46

Please sign in to comment.