Skip to content

Commit

Permalink
feat: schedule deneb fork on testnets (ChainSafe#6223)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored and ensi321 committed Jan 22, 2024
1 parent f520cfe commit e31a1ea
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 e31a1ea

Please sign in to comment.