Skip to content

Commit

Permalink
Add deprecation notice (#240) [skip ci]
Browse files Browse the repository at this point in the history
* Add deprecation notice

v1 of our SDK is now deprecated for Etherspot Prime.

* Add 4337 info

* add warning label [skip ci]
  • Loading branch information
taylorferran authored Nov 29, 2023
1 parent 7a59071 commit 77d6c80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Etherspot SDK

## **Deprecation Notice (PLEASE READ)**

>[!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.

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)
- [Etherspot Prime Documentation](https://etherspot.fyi/introduction)

-----------------
[![NPM version][npm-image]][npm-url]
![MIT licensed][license-image]

Expand Down

0 comments on commit 77d6c80

Please sign in to comment.