Skip to content

Commit

Permalink
fix: add Ephemery Deneb fork epoch (ChainSafe#6287)
Browse files Browse the repository at this point in the history
* Add Ephemery Deneb fork epoch

* Extra new line

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
taxmeifyoucan and nflaig authored Jan 12, 2024
1 parent aa87c54 commit 5e69423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/src/chainConfig/networks/ephemery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {chainConfig as mainnet} from "../presets/mainnet.js";
// https://github.com/ephemery-testnet/ephemery-genesis/blob/master/cl-config.yaml

// Ephemery specification:
// https://github.com/taxmeifyoucan/EIPs/blob/d298cdd8eaf47a21e7770e5c6efef870587c924d/EIPS/eip-6916.md
// https://eips.ethereum.org/EIPS/eip-6916

// iteration 0, "base"-genesis
const baseChainConfig: ChainConfig = {
Expand Down Expand Up @@ -37,6 +37,7 @@ const baseChainConfig: ChainConfig = {
CAPELLA_FORK_EPOCH: 0,
// Deneb
DENEB_FORK_VERSION: b("0x5000101b"),
DENEB_FORK_EPOCH: 5,

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

0 comments on commit 5e69423

Please sign in to comment.