diff --git a/packages/store-sync/src/blockLogsToStorage.ts b/packages/store-sync/src/blockLogsToStorage.ts index 61d8e8779a..d31091c8f0 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;