Skip to content

Commit

Permalink
chore: fix check-types in beacon-node
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Aug 17, 2023
1 parent d705074 commit 13040de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ describe.skip("verify+import blocks - range sync perf test", () => {
suggestedFeeRecipient: defaultValidatorOptions.suggestedFeeRecipient,
skipCreateStateCacheIfAvailable: true,
archiveStateEpochFrequency: 1024,
minSameMessageSignatureSetsToBatch: 32,
},
{
config: state.config,
Expand Down
1 change: 1 addition & 0 deletions packages/beacon-node/test/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export async function getNetworkForTest(
disableArchiveOnCheckpoint: true,
disableLightClientServerOnImportBlockHead: true,
disablePrepareNextSlot: true,
minSameMessageSignatureSetsToBatch: 32,
},
{
config: beaconConfig,
Expand Down

0 comments on commit 13040de

Please sign in to comment.