From 7aae3ccbbdb214a0205c43dec426d2c4cacce944 Mon Sep 17 00:00:00 2001 From: Garvit Khatri Date: Sun, 29 Dec 2024 16:28:50 +0000 Subject: [PATCH] Change Pemissionless to permissionless --- .../difference-between-multiple-account-types.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/permissionless/difference-between-multiple-account-types.mdx b/docs/pages/permissionless/difference-between-multiple-account-types.mdx index 0659edd8..dbd9010a 100644 --- a/docs/pages/permissionless/difference-between-multiple-account-types.mdx +++ b/docs/pages/permissionless/difference-between-multiple-account-types.mdx @@ -1,6 +1,6 @@ -# Overview of Supported Account Types in Permissionless.js +# Overview of Supported Account Types in permissionless.js -Permissionless.js supports 8 types of accounts. Below is an overview of each account type and their key features: +permissionless.js supports 8 types of accounts. Below is an overview of each account type and their key features: 1. **Safe** 2. **Kernel** @@ -18,7 +18,7 @@ Permissionless.js supports 8 types of accounts. Below is an overview of each acc [Safe](https://safe.global) is a robust and widely used Ethereum smart account provider. With its ERC-4337 module, Safe accounts can integrate with ERC-4337 bundlers and paymasters. - **ERC-7579 Support**: Yes, via [Rhinestone's safe7579](https://github.com/rhinestonewtf/safe7579) module. -- **Passkeys Support**: Supported through [Safe's passkey module](https://github.com/safe-global/safe-modules/blob/466a9b8ef169003c5df856c6ecd295e6ecb9e99d/modules/passkey/README.md); not yet supported in Permissionless.js. +- **Passkeys Support**: Supported through [Safe's passkey module](https://github.com/safe-global/safe-modules/blob/466a9b8ef169003c5df856c6ecd295e6ecb9e99d/modules/passkey/README.md); not yet supported in permissionless.js. - **Multiple Signers**: Yes, as Safe is one of the first multi-signature smart accounts. - **Chain Support**: Available on all chains where Safe factories are deployed. - **Usage Stats**: ~34,958 Safe accounts created in the last 6 months ([source](https://stats.pimlico.io/factories)). @@ -42,7 +42,7 @@ Permissionless.js supports 8 types of accounts. Below is an overview of each acc [Biconomy Nexus](https://github.com/bcnmy/nexus) focuses on modularity, security, and scalability. Support for the older Biconomy Smart Account is being deprecated in favor of Nexus. - **ERC-7579 Support**: Yes. -- **Passkeys Support**: Supported via Rhinestone's Passkeys Validator (not yet in Permissionless.js). +- **Passkeys Support**: Supported via Rhinestone's Passkeys Validator (not yet in permissionless.js). - **Multiple Signers**: Enabled using Rhinestone's session keys module. - **Usage Stats**: ~314 Nexus accounts and 224,758 Biconomy v2 accounts created in the last 6 months ([source](https://stats.pimlico.io/factories)). - **Audits**: Audited by [Cyfrin](https://github.com/bcnmy/nexus/blob/dev/audits/CodeHawks-Cyfrin-Competition-170924.pdf) and [Spearbit](https://github.com/bcnmy/nexus/blob/dev/audits/report-cantinacode-biconomy-0708-final.pdf).