Skip to content

Commit

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

This should fix failing tests here - https://github.com/ObolNetwork/charon/actions/runs/6002406193/job/16278692464?pr=2564.

category: feature 
ticket: none
  • Loading branch information
xenowits authored Sep 11, 2023
1 parent b2f2d93 commit 3abc2e2
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 3abc2e2

Please sign in to comment.