From 9b1c72a844711a1c24bd469d7407e138ef857509 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 16 Aug 2023 16:39:36 +0100 Subject: [PATCH] remove unused dep --- packages/store-sync/src/blockLogsToStorage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/store-sync/src/blockLogsToStorage.ts b/packages/store-sync/src/blockLogsToStorage.ts index 61d8e8779a4..d31091c8f01 100644 --- a/packages/store-sync/src/blockLogsToStorage.ts +++ b/packages/store-sync/src/blockLogsToStorage.ts @@ -11,7 +11,6 @@ import { isDefined } from "@latticexyz/common/utils"; import { BlockLogs, StorageOperation, Table } from "./common"; import { hexToTableId, tableIdToHex } from "@latticexyz/common"; import storeConfig from "@latticexyz/store/mud.config"; -import { serialize } from "superjson"; // TODO: adjust when we get namespace support (https://github.com/latticexyz/mud/issues/994) and when table has namespace key (https://github.com/latticexyz/mud/issues/1201) const schemasTable = storeConfig.tables.TableMetadata;