Skip to content

Commit

Permalink
feat: schedule deneb on chiado (#6342)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Jan 23, 2024
1 parent 9b44056 commit 398be86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/config/src/chainConfig/networks/chiado.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ export const chiadoChainConfig: ChainConfig = {
CAPELLA_FORK_EPOCH: 244224, // Wed May 24 2023 13:12:00 GMT+0000
// Deneb
DENEB_FORK_VERSION: b("0x0400006f"),
DENEB_FORK_EPOCH: 516608, // Wed Jan 31 2024 18:15:40 GMT+0000
};
6 changes: 6 additions & 0 deletions packages/config/src/chainConfig/networks/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ export const gnosisChainConfig: ChainConfig = {
ETH1_FOLLOW_DISTANCE: 1024,
CHURN_LIMIT_QUOTIENT: 4096,

// Validator cycle
MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 2,

// Deposit contract
DEPOSIT_CHAIN_ID: 100,
DEPOSIT_NETWORK_ID: 100,
DEPOSIT_CONTRACT_ADDRESS: b("0x0b98057ea310f4d31f2a452b414647007d1645d9"),

// Networking
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 16384,

// Dec 8, 2021, 13:00 UTC
MIN_GENESIS_TIME: 1638968400,
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: 4096,
Expand Down

0 comments on commit 398be86

Please sign in to comment.