Skip to content

Commit

Permalink
Add api stub back
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Aug 5, 2024
1 parent c657fd9 commit e4f52b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/validator/test/utils/apiStub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ export function getApiClientStub(): ApiClientStub {
publishContributionAndProofs: vi.fn(),
submitSyncCommitteeSelections: vi.fn(),
produceAttestationData: vi.fn(),
getAggregatedAttestation: vi.fn(),
getAggregatedAttestationV2: vi.fn(),
publishAggregateAndProofs: vi.fn(),
publishAggregateAndProofsV2: vi.fn(),
submitBeaconCommitteeSelections: vi.fn(),
},
Expand Down

0 comments on commit e4f52b4

Please sign in to comment.