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 ca1fb84 commit 7437289Copy full SHA for 7437289
packages/thirdweb/src/extensions/erc7702/account/createSessionKey.ts
@@ -52,7 +52,7 @@ export type CreateSessionKeyOptions = {
52
* @returns The transaction object to be sent.
53
* @example
54
* ```ts
55
- * import { createSessionKey } from 'thirdweb/extensions/7702';
+ * import { createSessionKey } from 'thirdweb/wallets/in-app';
56
* import { sendTransaction } from 'thirdweb';
57
*
58
* const transaction = createSessionKey({
0 commit comments