Skip to content

Commit 643707e

Browse files
authored
fix: update gnosis slot duration ms to 5000 (#8512)
1 parent 7a240d3 commit 643707e

File tree

1 file changed

+1
-0
lines changed
  • packages/config/src/chainConfig/networks

1 file changed

+1
-0
lines changed

packages/config/src/chainConfig/networks/gnosis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const gnosisChainConfig: ChainConfig = {
1818

1919
// Time parameters
2020
SECONDS_PER_SLOT: 5,
21+
SLOT_DURATION_MS: 5000,
2122
SECONDS_PER_ETH1_BLOCK: 6,
2223
ETH1_FOLLOW_DISTANCE: 1024,
2324
CHURN_LIMIT_QUOTIENT: 4096,

0 commit comments

Comments
 (0)