Skip to content

Commit

Permalink
chore: add electra fork constants to unscheduled networks
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 26, 2025
1 parent cf23839 commit 38804ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/config/src/chainConfig/networks/chiado.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ export const chiadoChainConfig: ChainConfig = {
// Deneb
DENEB_FORK_VERSION: b("0x0400006f"),
DENEB_FORK_EPOCH: 516608, // Wed Jan 31 2024 18:15:40 GMT+0000
// Electra
ELECTRA_FORK_VERSION: b("0x0500006f"),
ELECTRA_FORK_EPOCH: Infinity,
};
3 changes: 3 additions & 0 deletions packages/config/src/chainConfig/networks/ephemery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const baseChainConfig: ChainConfig = {
// Deneb
DENEB_FORK_VERSION: b("0x5000101b"),
DENEB_FORK_EPOCH: 5,
// Electra
ELECTRA_FORK_VERSION: b("0x6000101b"),
ELECTRA_FORK_EPOCH: Infinity,

// Deposit contract
// ---------------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions packages/config/src/chainConfig/networks/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ export const gnosisChainConfig: ChainConfig = {
// Deneb
DENEB_FORK_VERSION: b("0x04000064"),
DENEB_FORK_EPOCH: 889856, // 2024-03-11T18:30:20.000Z
// Electra
ELECTRA_FORK_VERSION: b("0x05000064"),
ELECTRA_FORK_EPOCH: Infinity,
};

0 comments on commit 38804ec

Please sign in to comment.