Skip to content

Commit

Permalink
Minor improvs
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Dec 2, 2024
1 parent 058c377 commit a1fcc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const protocolKit = await Safe.init({

The WebAuthn credential to use for signing.

## Returns
### Returns

`Promise<Pick<PasskeyArgType, 'rawId' | 'coordinates'>>`

Expand Down
1 change: 1 addition & 0 deletions pages/sdk/signers/passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ In this guide, you will learn how to create a Passkey signer that can be added a
[How to initialize the Protocol Kit](https://docs.safe.global/reference-sdk-protocol-kit/initialization/init)

You can instantiate the provider using `viem` and the following imports:

```typescript
import { createWalletClient, http } from 'viem'
import { sepolia } from 'viem/chains
Expand Down

0 comments on commit a1fcc4a

Please sign in to comment.