Skip to content

Commit cc92e15

Browse files
committed
[TOOL-4591] Fix resolveImplementation jsdoc code example
1 parent 317211a commit cc92e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/utils/bytecode/resolveImplementation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ZERO_BYTES32 =
1818
* @returns A promise that resolves to an object containing the implementation address and bytecode.
1919
* @example
2020
* ```ts
21-
* import { resolveImplementation } from "thirdweb";
21+
* import { resolveImplementation } from "thirdweb/utils";
2222
* const implementation = await resolveImplementation(contract);
2323
* ```
2424
* @contract

0 commit comments

Comments
 (0)