Skip to content

Commit

Permalink
Align config comments with gnosis values (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Jan 18, 2024
1 parent 80a0154 commit 200f497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions consensus/config/gnosis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ DENEB_FORK_EPOCH: 18446744073709551615
SECONDS_PER_SLOT: 5
# 6 (estimate from xDai mainnet)
SECONDS_PER_ETH1_BLOCK: 6
# 2**8 (= 256) epochs ~27 hours
# 2**8 (= 256) epochs ~5.7 hours
MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 256
# 2**8 (= 256) epochs ~27 hours
# 2**8 (= 256) epochs ~5.7 hours
SHARD_COMMITTEE_PERIOD: 256
# 2**10 (= 1024) ~1.4 hour
ETH1_FOLLOW_DISTANCE: 1024
Expand Down Expand Up @@ -104,7 +104,7 @@ GOSSIP_MAX_SIZE: 10485760
MAX_REQUEST_BLOCKS: 1024
# `2**8` (= 256)
EPOCHS_PER_SUBNET_SUBSCRIPTION: 256
# `MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2` (= 33024, ~5 months)
# 33024, ~31 days
MIN_EPOCHS_FOR_BLOCK_REQUESTS: 33024
# `10 * 2**20` (=10485760, 10 MiB)
MAX_CHUNK_SIZE: 10485760
Expand Down

0 comments on commit 200f497

Please sign in to comment.