Skip to content

Commit

Permalink
beaconmock: add MIN_EPOCHS_FOR_BLOCK_REQUESTS (#2627)
Browse files Browse the repository at this point in the history
Add `MIN_EPOCHS_FOR_BLOCK_REQUESTS` constant to beaconmock.

Cherry-pick: #2574 

category: feature 
ticket: none
  • Loading branch information
dB2510 authored Oct 9, 2023
1 parent 4c90ca0 commit a9c5450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/beaconmock/static.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"MESSAGE_DOMAIN_VALID_SNAPPY": "0x01000000",
"MIN_ATTESTATION_INCLUSION_DELAY": "1",
"MIN_DEPOSIT_AMOUNT": "1000000000",
"MIN_EPOCHS_FOR_BLOCK_REQUESTS": "33024",
"MIN_EPOCHS_TO_INACTIVITY_PENALTY": "4",
"MIN_GENESIS_ACTIVE_VALIDATOR_COUNT": "16384",
"MIN_GENESIS_TIME": "1614588812",
Expand Down

0 comments on commit a9c5450

Please sign in to comment.