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 317211a commit cc92e15Copy full SHA for cc92e15
packages/thirdweb/src/utils/bytecode/resolveImplementation.ts
@@ -18,7 +18,7 @@ const ZERO_BYTES32 =
18
* @returns A promise that resolves to an object containing the implementation address and bytecode.
19
* @example
20
* ```ts
21
- * import { resolveImplementation } from "thirdweb";
+ * import { resolveImplementation } from "thirdweb/utils";
22
* const implementation = await resolveImplementation(contract);
23
* ```
24
* @contract
0 commit comments