We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d04c8 commit 3b52d7bCopy full SHA for 3b52d7b
1 file changed
packages/beacon-node/test/utils/stub/beaconDb.ts
@@ -55,5 +55,6 @@ export class StubbedBeaconDb extends BeaconDb {
55
this.depositDataRoot = createStubInstance(DepositDataRootRepository);
56
this.eth1Data = createStubInstance(Eth1DataRepository);
57
this.blobSidecars = createStubInstance(BlobSidecarsRepository);
58
+ this.blobSidecarsArchive = createStubInstance(BlobSidecarsArchiveRepository);
59
}
60
0 commit comments