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 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
61
61
62
62
``` tsx
63
63
import { createThirdwebClient } from " thirdweb" ;
64
+ import { sepolia } from " thirdweb/chains" ;
64
65
import { ThirdwebProvider , ConnectButton } from " thirdweb/react" ;
65
66
66
67
const client = createThirdwebClient ({
@@ -86,6 +87,7 @@ You can also make it so *only* in-app wallets get converted to smart accounts, b
86
87
87
88
``` tsx
88
89
import { createThirdwebClient } from " thirdweb" ;
90
+ import { sepolia } from " thirdweb/chains" ;
89
91
import { ThirdwebProvider , ConnectButton } from " thirdweb/react" ;
90
92
91
93
const client = createThirdwebClient ({
@@ -167,4 +169,4 @@ Refer to the [Smart Wallet API reference](/references/typescript/v5/smartWallet)
167
169
description = " More advanced configuration of your smart accounts"
168
170
/>
169
171
170
- </Stack >
172
+ </Stack >
You can’t perform that action at this time.
0 commit comments