From d5ccee922cfab8a823a243a13fe8f0e38953447a Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Tue, 30 Jan 2024 10:22:51 +0100 Subject: [PATCH] docs: add maintenance warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c6c2967c..375ea8f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Eth Keyring Controller +> [!WARNING] +> This package has been merged with [`@metamask/keyring-controller`](https://github.com/MetaMask/core/tree/main/packages/keyring-controller). +> This repository is in maintenance mode and PRs will no longer be accepted, with the exception of security changes. + A module for managing groups of Ethereum accounts called "Keyrings", defined originally for MetaMask's multiple-account-type feature. To add new account types to a `KeyringController`, just make sure it follows [The Keyring Class Protocol](./docs/keyring.md).