From 92b06cb202b23da44610a5256631408ae6ae868c Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 3 Jul 2024 20:01:06 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20readme:=20document=20compatible?= =?UTF-8?q?=20ERC=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dce75f1..18054fd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ the account. Its core features include: This plugin is optimized for Ethereum layer 2 rollup chains but will work on all EVM chains. Signature verification always attempts to use the RIP-7212 precompile and, if this fails, falls back to using FreshCryptoLib. +It conforms to these ERC versions: + +- ERC-4337: [0.6.0](https://github.com/eth-infinitism/account-abstraction/blob/releases/v0.6/eip/EIPS/eip-4337.md) +- ERC-6900: [0.7.0](https://github.com/erc6900/reference-implementation/blob/v0.7.x/standard/ERCs/erc-6900.md) > [!IMPORTANT] >