From 8e25513dd75ef64cb0e9d9b3e8ba7d24d1f6765b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Fri, 16 May 2025 13:42:07 -0600 Subject: [PATCH 1/2] Update accounts.mdx --- pages/accounts.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/accounts.mdx b/pages/accounts.mdx index 8b27a5e..df0b949 100644 --- a/pages/accounts.mdx +++ b/pages/accounts.mdx @@ -41,3 +41,11 @@ Built by: [Etherspot](https://etherspot.io/) GitHub repo: [Reference implementation](https://github.com/erc7579/erc7579-implementation) Built by: [ERC-7579](https://erc7579.com/) + +## OpenZeppelin + +**A security-focused modular account implementation with extensible architecture** + +GitHub repo: [OpenZeppelin Community Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts-community) + +Built by: [OpenZeppelin](https://www.openzeppelin.com/) From 602515e916c8e49b4bb9e9e6fd4f1e6b73f0632a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Fri, 16 May 2025 13:44:34 -0600 Subject: [PATCH 2/2] Update pages/accounts.mdx --- pages/accounts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/accounts.mdx b/pages/accounts.mdx index df0b949..bd3796b 100644 --- a/pages/accounts.mdx +++ b/pages/accounts.mdx @@ -46,6 +46,6 @@ Built by: [ERC-7579](https://erc7579.com/) **A security-focused modular account implementation with extensible architecture** -GitHub repo: [OpenZeppelin Community Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts-community) +GitHub repo: [OpenZeppelin Community Contracts](https://github.com/OpenZeppelin/openzeppelin-community-contracts/tree/master/contracts/account/extensions) Built by: [OpenZeppelin](https://www.openzeppelin.com/)