File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
apps/portal/src/app/react/v5/account-abstraction/get-started Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ With this property, all connected wallets will be automatically converted to sma
6161
6262``` tsx
6363import { createThirdwebClient } from " thirdweb" ;
64+ import { sepolia } from " thirdweb/chains" ;
6465import { ThirdwebProvider , ConnectButton } from " thirdweb/react" ;
6566
6667const 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
8889import { createThirdwebClient } from " thirdweb" ;
90+ import { sepolia } from " thirdweb/chains" ;
8991import { ThirdwebProvider , ConnectButton } from " thirdweb/react" ;
9092
9193const 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 >
You can’t perform that action at this time.
0 commit comments