Skip to content

Commit

Permalink
add besu to ephemery EC's
Browse files Browse the repository at this point in the history
  • Loading branch information
chuygarcia92 authored Oct 23, 2024
1 parent 443f91e commit fbce696
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/types/src/stakers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export enum ConsensusClientEphemery {
}

export enum ExecutionClientEphemery {
Geth = "ephemery-geth.dnp.dappnode.eth"
Geth = "ephemery-geth.dnp.dappnode.eth",
Besu = "ephemery-besu.dnp.dappnode.eth"
}

export enum SignerEphemery {
Expand Down

0 comments on commit fbce696

Please sign in to comment.