From 9c095bd9375edbcb932b605b76afdb5e519391ab Mon Sep 17 00:00:00 2001 From: "steinkirch.eth" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sat, 11 Mar 2023 08:15:05 -0800 Subject: [PATCH] erc-4337 bundler implementation in rust --- MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md | 1 + 1 file changed, 1 insertion(+) 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 f502974..7f9905d 100644 --- a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md +++ b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md @@ -23,5 +23,6 @@ * [unpacking erc-4337, by a. chiplunkar](https://frontier.tech/unpacking-erc-4337) * [account abstraction, by safe](https://safe.mirror.xyz/9KmZjEbFkmI79s28d9xar6JWYrE50F5AHpa5CR12YGI) * [erc-4337 is on mainnet](https://twitter.com/erc4337/status/1631087958949531648) +* [erc-4337 bundler implementation in rust](https://github.com/Vid201/aa-bundler)