Skip to content

Commit

Permalink
Unschedule capella in chiado and gnosis (#5324)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored Mar 30, 2023
1 parent 7e34b46 commit a2f749a
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/chiado.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ export const chiadoChainConfig: ChainConfig = {
// Bellatrix
BELLATRIX_FORK_VERSION: b("0x0200006f"),
BELLATRIX_FORK_EPOCH: 180,
// Capella
CAPELLA_FORK_VERSION: b("0x0300006f"),
CAPELLA_FORK_EPOCH: Infinity,
};
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 @@ -38,4 +38,7 @@ export const gnosisChainConfig: ChainConfig = {
// Bellatrix
BELLATRIX_FORK_VERSION: b("0x02000064"),
BELLATRIX_FORK_EPOCH: 385536,
// Capella
CAPELLA_FORK_VERSION: b("0x03000064"),
CAPELLA_FORK_EPOCH: Infinity,
};

0 comments on commit a2f749a

Please sign in to comment.