Skip to content

Commit

Permalink
feat: placeholder PR for electra
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jan 24, 2024
1 parent 43994ba commit 4965ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/params/src/forkName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export enum ForkName {
bellatrix = "bellatrix",
capella = "capella",
deneb = "deneb",
electra = "electra",
}

/**
Expand All @@ -18,6 +19,7 @@ export enum ForkSeq {
bellatrix = 2,
capella = 3,
deneb = 4,
electra = 5,
}

export type ForkPreLightClient = ForkName.phase0;
Expand Down

0 comments on commit 4965ac8

Please sign in to comment.