From 6d70625280e3a5d65aa0d4fece3706df9b61de38 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+von-steinkirch@users.noreply.github.com>
Date: Wed, 16 Oct 2024 23:54:39 +0900
Subject: [PATCH] eip-7702: set EOA account code for one transaction
---
.../MEV_on_Ethereum/account_abstraction/README.md | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md
index ae50298..16dcdf1 100644
--- a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md
+++ b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md
@@ -1,4 +1,4 @@
-## ERC-4337: account abstraction
+## erc-4337: account abstraction
@@ -29,15 +29,5 @@
* **[erc-4337 bundler implementation in rust](https://github.com/Vid201/aa-bundler)**
* **[erc-4337: account abstraction using alt mempool](https://eips.ethereum.org/EIPS/eip-4337)**
* **[account abstraction gas benchmakrs, by eth-infinitism](https://github.com/eth-infinitism/account-abstraction/blob/develop/reports/gas-checker.txt)**
-
-
-
-
-###### protocols that don't use erc-4337
-
-
-
-* [gnosis safe](https://safe.global/)
-* [argent]()
-
+* **[eip-7702: set EOA account code for one transaction](https://ethereum-magicians.org/t/eip-7702-set-eoa-account-code-for-one-transaction/19923/1)**