Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 6, 2024
1 parent b0189df commit fb7be62
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-deers-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"permissionless": patch
---

Added toKernelSmartAccount with passkeys support
5 changes: 5 additions & 0 deletions .changeset/chilly-starfishes-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"permissionless": patch
---

Depricated toEcdsaKernelSmartAccount
12 changes: 6 additions & 6 deletions packages/wagmi-demo/src/PasskeysDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ import {
createSmartAccountClient
} from "permissionless"
import {
toKernelSmartAccount,
type ToKernelSmartAccountReturnType
type ToKernelSmartAccountReturnType,
toKernelSmartAccount
} from "permissionless/accounts"
import { createPimlicoClient } from "permissionless/clients/pimlico"
import * as React from "react"
import {
http,
type Chain,
type Hex,
createPublicClient,
parseEther,
type Transport,
type Chain,
getAddress
createPublicClient,
getAddress,
parseEther
} from "viem"
import {
type P256Credential,
Expand Down

0 comments on commit fb7be62

Please sign in to comment.