diff --git a/sdk/src/dataMapper/SchemaDataMapper.ts b/sdk/src/dataMapper/SchemaDataMapper.ts index 1a5d2a44..463482ce 100644 --- a/sdk/src/dataMapper/SchemaDataMapper.ts +++ b/sdk/src/dataMapper/SchemaDataMapper.ts @@ -1,9 +1,10 @@ -import { Address, Hash } from "viem"; +import { Address } from "viem"; import { Schema_filter, Schema_orderBy } from "../../.graphclient"; import { Schema } from "../types"; import { handleError } from "../utils/errorHandler"; import BaseDataMapper from "./BaseDataMapper"; import { abiSchemaRegistry } from "../abi/SchemaRegistry"; +import { executeTransaction } from "../utils/transactionSender"; export default class SchemaDataMapper extends BaseDataMapper { typeName = "schema"; @@ -21,7 +22,7 @@ export default class SchemaDataMapper extends BaseDataMapper