Skip to content

Commit

Permalink
Merge pull request #194 from zerodevapp/feat/sdkv5.4_viem-native-aa
Browse files Browse the repository at this point in the history
feat: sdkv5.4 viem native aa
  • Loading branch information
SahilVasava authored Nov 17, 2024
2 parents c04444f + fcec7f0 commit de9fb45
Show file tree
Hide file tree
Showing 215 changed files with 7,709 additions and 6,584 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zerodev/sdk

## 5.4.0

### Minor Changes

- Migrate to using `[email protected]` with native AA modules instead of `permissionless`

## 5.4.0-beta.0

### Minor Changes

- Migrate to using `[email protected]` with native AA modules instead of `permissionless`

## 5.3.26

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/core/accounts/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
export {
createKernelAccount,
type KernelSmartAccount,
type CreateKernelAccountParameters,
type CreateKernelAccountReturnType,
type KernelSmartAccountImplementation,
KERNEL_ADDRESSES
} from "./kernel/createKernelAccount.js"
export {
createKernelAccountV1,
type KernelSmartAccountV1
type CreateKernelAccountV1ReturnType,
type KernelSmartAccountV1Implementation
} from "./kernel/v1/createKernelAccountV1.js"
export { createKernelAccountV0_2 } from "./kernel/v2/createKernelAccountV0_2.js"
export { KernelAccountV2Abi } from "./kernel/v2/abi/KernelAccountV2Abi.js"
Expand Down
Loading

0 comments on commit de9fb45

Please sign in to comment.