From 99ee4fac8e6cbcfa5bc6ab86261d65936d65d9ce Mon Sep 17 00:00:00 2001 From: kopy-kat Date: Fri, 4 Oct 2024 15:40:12 +0200 Subject: [PATCH] feat: update accounts and module links --- pages/accounts.mdx | 4 ++-- pages/modules.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/accounts.mdx b/pages/accounts.mdx index b9dfb40..8b27a5e 100644 --- a/pages/accounts.mdx +++ b/pages/accounts.mdx @@ -20,7 +20,7 @@ Built by: [Rhinestone](https://www.rhinestone.wtf/) and [Safe](https://safe.glob ## Nexus -**Coming soon** +**A gas efficient and extensible modular smart account** GitHub repo: [Nexus](https://github.com/bcnmy/nexus) @@ -28,7 +28,7 @@ Built by: [Biconomy](https://biconomy.io/) ## Prime -**Coming soon** +**A feature rich and compact modular smart account** GitHub repo: [Prime](https://github.com/etherspot/etherspot-prime-contracts) diff --git a/pages/modules.mdx b/pages/modules.mdx index 4e34fea..e5f7551 100644 --- a/pages/modules.mdx +++ b/pages/modules.mdx @@ -3,7 +3,7 @@ Modules are the building blocks of the ERC7579 standard. They are smart contracts that can be attached to a wallet to extend its functionality. Modules can be validators, executors, hooks, fallback handlers and more in the future. Here is a list of some of the modules that have been built so far: - [ZK Email Account Recovery](https://github.com/zkemail/email-recovery/): Use email addresses as guardians to recover wallet assets via a [zk email/rhinestone account recovery module](https://prove.email/blog/recovery). -- [AutoSavings Executor](https://docs.rhinestone.wtf/module-sdk/modules/auto-saving-executor): Automatically save a percentage of incoming funds +- [AutoSavings Executor](https://docs.rhinestone.wtf/module-sdk/modules/auto-savings): Automatically save a percentage of incoming funds - [ColdStorage Hook](https://docs.rhinestone.wtf/module-sdk/modules/cold-storage-hook): Prevent funds from being withdrawn without a timelock - [Deadman Switch Validator](https://docs.rhinestone.wtf/module-sdk/modules/deadman-switch): Prevent funds from being locked forever - [Hook Multiplexer](https://docs.rhinestone.wtf/module-sdk/modules/hook-multi-plexer): Combine multiple hooks into one with fine-grained control over when they are called