Skip to content

Commit

Permalink
Update pages/sdk/signers/passkeys.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Germán Martínez <[email protected]>
  • Loading branch information
yagopv and germartinez authored Dec 4, 2024
1 parent a1fcc4a commit 680238c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/sdk/signers/passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ In this guide, you will learn how to create a Passkey signer that can be added a
```typescript
import { createWalletClient, http } from 'viem'
import { sepolia } from 'viem/chains

const provider = createWalletClient({
chain: sepolia,
transport: http('https://rpc.ankr.com/eth_sepolia')
Expand Down

0 comments on commit 680238c

Please sign in to comment.