From 0114bcfca38be3726d322fb90fcb4a6687aee104 Mon Sep 17 00:00:00 2001 From: Taylor Ferran <45994626+taylorferran@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:44:45 +0000 Subject: [PATCH 1/3] Add deprecation notice v1 of our SDK is now deprecated for Etherspot Prime. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7760884..cec7ca9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Etherspot SDK +## **Deprecation Notice (PLEASE READ)** + +This is the **OLD** version of the Etherspot SDK. It is pre 4337 and not being worked on anymore. + +Please refer to the links below and use Etherspot Prime going forward: +- [Etherspot Prime Github Repo](https://github.com/etherspot/etherspot-prime-sdk) +- [Etherspot Prime Documentation](https://etherspot.fyi/introduction) + +----------------- [![NPM version][npm-image]][npm-url] ![MIT licensed][license-image] From b5ad94f625ec4814e087c5130b2065281e2b50ae Mon Sep 17 00:00:00 2001 From: Taylor Ferran <45994626+taylorferran@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:19:41 +0000 Subject: [PATCH 2/3] Add 4337 info --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cec7ca9..6a76d7e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ ## **Deprecation Notice (PLEASE READ)** -This is the **OLD** version of the Etherspot SDK. It is pre 4337 and not being worked on anymore. +This is the **OLD** version of the Etherspot SDK. + +ERC4337 is the new standard for [Account Abstraction on Ethereum.](https://www.erc4337.io/) +Any Account Abstraction development done on EVM based networks going forward should be done using this standard. + +This SDK is pre 4337 and **not** being updated anymore. Please refer to the links below and use Etherspot Prime going forward: - [Etherspot Prime Github Repo](https://github.com/etherspot/etherspot-prime-sdk) From e716e647da244457b25a4c6f60c285be005830b8 Mon Sep 17 00:00:00 2001 From: Taylor Ferran <45994626+taylorferran@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:51:26 +0000 Subject: [PATCH 3/3] add warning label [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a76d7e..62f7915 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## **Deprecation Notice (PLEASE READ)** -This is the **OLD** version of the Etherspot SDK. +>[!WARNING] +>This is the **OLD** version of the Etherspot SDK. ERC4337 is the new standard for [Account Abstraction on Ethereum.](https://www.erc4337.io/) Any Account Abstraction development done on EVM based networks going forward should be done using this standard.