From 152d5b1643f8227a3c0337988208e391679d1c8e Mon Sep 17 00:00:00 2001 From: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> Date: Sat, 5 Apr 2025 09:05:15 +0200 Subject: [PATCH] docs(account-abstraction): Add missing import Signed-off-by: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> --- .../src/app/react/v5/account-abstraction/get-started/page.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/app/react/v5/account-abstraction/get-started/page.mdx b/apps/portal/src/app/react/v5/account-abstraction/get-started/page.mdx index d2ff51373a2..10ae547eb57 100644 --- a/apps/portal/src/app/react/v5/account-abstraction/get-started/page.mdx +++ b/apps/portal/src/app/react/v5/account-abstraction/get-started/page.mdx @@ -61,6 +61,7 @@ With this property, all connected wallets will be automatically converted to sma ```tsx import { createThirdwebClient } from "thirdweb"; +import { sepolia } from "thirdweb/chains"; import { ThirdwebProvider, ConnectButton } from "thirdweb/react"; const client = createThirdwebClient({ @@ -86,6 +87,7 @@ You can also make it so *only* in-app wallets get converted to smart accounts, b ```tsx import { createThirdwebClient } from "thirdweb"; +import { sepolia } from "thirdweb/chains"; import { ThirdwebProvider, ConnectButton } from "thirdweb/react"; const client = createThirdwebClient({ @@ -167,4 +169,4 @@ Refer to the [Smart Wallet API reference](/references/typescript/v5/smartWallet) description="More advanced configuration of your smart accounts" /> - \ No newline at end of file +