Skip to content

Commit

Permalink
style: rmv mention of wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas779 committed Jan 27, 2025
1 parent 16801d0 commit c3f9d43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/module-sdk/using-modules/webauthn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ const pimlicoClient = createPimlicoClient({

### Create the signer

The Safe account will need to have a signer to sign user operations. In this case, since we are developing this code in a frontend, we can use wagmi to access the connected wallet signer.
The Safe account will need to have a signer to sign user operations. In permissionless.js, the default Safe account validates ECDSA signatures.

For example, to create a signer based on a private key:

```typescript copy
const owner = privateKeyToAccount(generatePrivateKey());
Expand Down

0 comments on commit c3f9d43

Please sign in to comment.