Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 27, 2024
1 parent 061cd1c commit ef9dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/archiver/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export * from './rpc/index.js';
export * from './factory.js';

// We are not storing the info from these events in the archiver for now (and we don't really need to), so we expose this query directly
export { retrieveL2ProofVerifiedEvents } from './archiver/structs/data_retrieval.js';
export { retrieveL2ProofVerifiedEvents } from './archiver/data_retrieval.js';

const log = createDebugLogger('aztec:archiver');

Expand Down

0 comments on commit ef9dbd2

Please sign in to comment.