From ef9dbd2afa294268aef2f80da841ac070c418e48 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 27 Aug 2024 18:58:05 -0300 Subject: [PATCH] Fix import --- yarn-project/archiver/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/archiver/src/index.ts b/yarn-project/archiver/src/index.ts index 97aa8b93caf..523565aea4e 100644 --- a/yarn-project/archiver/src/index.ts +++ b/yarn-project/archiver/src/index.ts @@ -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');