Skip to content

Commit

Permalink
update permissionless + enable biconomy smart account
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 10, 2024
1 parent e97679a commit 56af5f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@web3auth/base-provider": "^9.2.0-alpha.7",
"@web3auth/ethereum-provider": "^9.2.0-alpha.7",
"ethers": "^6.13.3",
"permissionless": "^0.2.6",
"permissionless": "^0.2.7",
"viem": "^2.21.19"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// export * from "./BiconomySmartAccount";
export * from "./BiconomySmartAccount";
export * from "./KernelSmartAccount";
export * from "./SafeSmartAccount";
// export * from "./TrustSmartAccount";
// export * from "./LightSmartAccount";
// export * from "./SimpleSmartAccount";
export * from "./types";
// TODO: enable biconomy smart account & trust smart account once permissionless fixes the issue with 0.6 accounts
// TODO: enable trust smart account once permissionless fixes the issue with 0.6 accounts
// https://github.com/pimlicolabs/permissionless.js/issues/287

// TODO: enable LightSmartAccount once their sig verification is fixed
Expand Down

0 comments on commit 56af5f4

Please sign in to comment.