From 697d648876e0e5f2b476adc7b037fdc5f150b9a9 Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Tue, 30 Jan 2024 10:18:27 +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..dad83f25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Eth Keyring Controller +> [!IMPORTANT] +> 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 will only accept 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).