Skip to content

Commit 309d1d5

Browse files
[Docs] Fix: Add missing import (#6657)
Signed-off-by: Reza Rahemtola <[email protected]>
1 parent 59be4ea commit 309d1d5

File tree

1 file changed

+3
-1
lines changed
  • apps/portal/src/app/react/v5/account-abstraction/get-started

1 file changed

+3
-1
lines changed

apps/portal/src/app/react/v5/account-abstraction/get-started/page.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ With this property, all connected wallets will be automatically converted to sma
6161

6262
```tsx
6363
import { createThirdwebClient } from "thirdweb";
64+
import { sepolia } from "thirdweb/chains";
6465
import { ThirdwebProvider, ConnectButton } from "thirdweb/react";
6566

6667
const client = createThirdwebClient({
@@ -86,6 +87,7 @@ You can also make it so *only* in-app wallets get converted to smart accounts, b
8687

8788
```tsx
8889
import { createThirdwebClient } from "thirdweb";
90+
import { sepolia } from "thirdweb/chains";
8991
import { ThirdwebProvider, ConnectButton } from "thirdweb/react";
9092

9193
const client = createThirdwebClient({
@@ -167,4 +169,4 @@ Refer to the [Smart Wallet API reference](/references/typescript/v5/smartWallet)
167169
description="More advanced configuration of your smart accounts"
168170
/>
169171

170-
</Stack>
172+
</Stack>

0 commit comments

Comments
 (0)