We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a240d3 commit 643707eCopy full SHA for 643707e
packages/config/src/chainConfig/networks/gnosis.ts
@@ -18,6 +18,7 @@ export const gnosisChainConfig: ChainConfig = {
18
19
// Time parameters
20
SECONDS_PER_SLOT: 5,
21
+ SLOT_DURATION_MS: 5000,
22
SECONDS_PER_ETH1_BLOCK: 6,
23
ETH1_FOLLOW_DISTANCE: 1024,
24
CHURN_LIMIT_QUOTIENT: 4096,
0 commit comments