We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabe685 commit 78bcdd8Copy full SHA for 78bcdd8
src/shared/utils/cache/get-contract.ts
@@ -3,7 +3,7 @@ import { StatusCodes } from "http-status-codes";
3
import { createCustomError } from "../../../server/middleware/error";
4
import { abiSchema } from "../../../server/schemas/contract";
5
import { getSdk } from "./get-sdk";
6
-import { ThirdwebSDK } from "@thirdweb-dev/sdk";
+import type { ThirdwebSDK } from "@thirdweb-dev/sdk";
7
8
const abiArraySchema = Type.Array(abiSchema);
9
0 commit comments