Skip to content

Commit

Permalink
fix: update import paths and remove how-to segments from documentatio…
Browse files Browse the repository at this point in the history
…n links

Co-Authored-By: Kristof Gazso <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and kristofgazso committed Dec 30, 2024
1 parent d2161ea commit b818f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../../VersionWarning"
import VersionWarning from "../../../../components/VersionWarning"

<VersionWarning version="0.1" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/permissionless/v0_1/how-to/signers/privy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ useEffect(() => setActiveWallet(embeddedWallet), [embeddedWallet])

### Create the SmartAccountClient

Create the smart account client using the Privy signer. This is where you would configure what smart account implementation (e.g. [Safe](/permissionless/accounts/how-to/use-safe-account), [Kernel](/permissionless/accounts/how-to/use-kernel-account), Biconomy, [TrustWallet](/permissionless/accounts/how-to/use-trustwallet-account), [SimpleAccount](/permissionless/accounts/how-to/use-simple-account)) and what paymaster logic you want to use.
Create the smart account client using the Privy signer. This is where you would configure what smart account implementation (e.g. [Safe](/permissionless/accounts/use-safe-account), [Kernel](/permissionless/accounts/use-kernel-account), Biconomy, [TrustWallet](/permissionless/accounts/use-trustwallet-account), [SimpleAccount](/permissionless/accounts/use-simple-account)) and what paymaster logic you want to use.

```ts
import { createSmartAccountClient, walletClientToSmartAccountSigner, ENTRYPOINT_ADDRESS_V06 } from "permissionless";
Expand Down

0 comments on commit b818f8c

Please sign in to comment.