Skip to content

Commit

Permalink
Merge pull request #320 from pimlicolabs/nexus-account
Browse files Browse the repository at this point in the history
Add changeset and deprecated message
  • Loading branch information
plusminushalf authored Nov 3, 2024
2 parents baaca5d + d58a8aa commit e38d450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-flowers-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"permissionless": patch
---

Added support for Biconomy's Nexus account
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,9 @@ const getAccountAddress = async ({
}

/**
* Build a Biconomy modular smart account from a private key, that use the ECDSA signer behind the scene
* @param client
* @param privateKey
* @param entryPoint
* @param index
* @param factoryAddress
* @param ecdsaModuleAddress
* @deprecated Biconomy Smart Account is deprecated. Please use toNexusSmartAccount instead.
* @see toNexusSmartAccount
*/

export async function toBiconomySmartAccount(
parameters: ToBiconomySmartAccountParameters
): Promise<ToBiconomySmartAccountReturnType> {
Expand Down

0 comments on commit e38d450

Please sign in to comment.