From 77ea5eda02c37f6e25ff4745fe5b26a58d2ad055 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Tue, 16 Jan 2024 15:30:27 +0000 Subject: [PATCH] fix: import --- yarn-project/end-to-end/package.json | 1 + .../end-to-end/src/integration_archiver_l1_to_l2.test.ts | 2 +- yarn-project/yarn.lock | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/package.json b/yarn-project/end-to-end/package.json index e76b2cac6b13..bd00a958f4ae 100644 --- a/yarn-project/end-to-end/package.json +++ b/yarn-project/end-to-end/package.json @@ -32,6 +32,7 @@ "@aztec/cli": "workspace:^", "@aztec/ethereum": "workspace:^", "@aztec/foundation": "workspace:^", + "@aztec/kv-store": "workspace:^", "@aztec/l1-artifacts": "workspace:^", "@aztec/merkle-tree": "workspace:^", "@aztec/noir-contracts": "workspace:^", diff --git a/yarn-project/end-to-end/src/integration_archiver_l1_to_l2.test.ts b/yarn-project/end-to-end/src/integration_archiver_l1_to_l2.test.ts index 7309e4e12550..eb57e00eb21c 100644 --- a/yarn-project/end-to-end/src/integration_archiver_l1_to_l2.test.ts +++ b/yarn-project/end-to-end/src/integration_archiver_l1_to_l2.test.ts @@ -10,11 +10,11 @@ import { Wallet, computeMessageSecretHash, } from '@aztec/aztec.js'; +import { AztecLmdbStore } from '@aztec/kv-store'; import { TokenContract } from '@aztec/noir-contracts/Token'; import { Chain, HttpTransport, PublicClient } from 'viem'; -import { AztecLmdbStore } from '../../kv-store/src/lmdb/store.js'; import { delay, deployAndInitializeTokenAndBridgeContracts, setNextBlockTimestamp, setup } from './fixtures/utils.js'; // TODO (#2291) - Replace with token bridge standard diff --git a/yarn-project/yarn.lock b/yarn-project/yarn.lock index 75900c32ee8a..4b765ebf5538 100644 --- a/yarn-project/yarn.lock +++ b/yarn-project/yarn.lock @@ -403,6 +403,7 @@ __metadata: "@aztec/cli": "workspace:^" "@aztec/ethereum": "workspace:^" "@aztec/foundation": "workspace:^" + "@aztec/kv-store": "workspace:^" "@aztec/l1-artifacts": "workspace:^" "@aztec/merkle-tree": "workspace:^" "@aztec/noir-contracts": "workspace:^"