Skip to content

Commit

Permalink
Merge branch 'unstable' into nflaig/review-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 19, 2024
2 parents 86bfd1a + 3215bdd commit 5dbbe45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/config/src/chainConfig/networks/holesky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export const holeskyChainConfig: ChainConfig = {
// Capella
CAPELLA_FORK_VERSION: b("0x04017000"),
CAPELLA_FORK_EPOCH: 256,
// Deneb
DENEB_FORK_VERSION: b("0x05017000"),
DENEB_FORK_EPOCH: 29696,

// # 28,000,000,000 Gwei to ensure quicker ejection
EJECTION_BALANCE: 28000000000,
Expand Down
3 changes: 3 additions & 0 deletions packages/config/src/chainConfig/networks/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const sepoliaChainConfig: ChainConfig = {
// Capella
CAPELLA_FORK_VERSION: b("0x90000072"),
CAPELLA_FORK_EPOCH: 56832,
// Deneb
DENEB_FORK_VERSION: b("0x90000073"),
DENEB_FORK_EPOCH: 132608,

// Deposit contract
// ---------------------------------------------------------------
Expand Down

0 comments on commit 5dbbe45

Please sign in to comment.