Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -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({
Expand Down Expand Up @@ -167,4 +169,4 @@ Refer to the [Smart Wallet API reference](/references/typescript/v5/smartWallet)
description="More advanced configuration of your smart accounts"
/>

</Stack>
</Stack>
Loading