Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update page.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Verges <[email protected]>
  • Loading branch information
joaquim-verges authored Aug 2, 2024
1 parent 9a92d9f commit 253b5b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/react/v5/in-app-wallet/enable-gasless/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ To enable account abstraction in your app, you need to add the `smartAccount` pr
```jsx
import { ConnectButton } from "thirdweb/react";
import { inAppWallet } from "thirdweb/wallets";
import { sepolia } from "thirdweb/chains";

const wallets = [inAppWallet({
smartAccount: {
chain: "sepolia",
chain: sepolia,
sponsorGas: true,
},
})];
Expand Down

0 comments on commit 253b5b2

Please sign in to comment.