From c35c8ddc401c4fb69afffb1503a5a9cb5c6cd890 Mon Sep 17 00:00:00 2001 From: Leandro Date: Tue, 23 Jan 2024 09:30:24 -0800 Subject: [PATCH] chore: add deprecation warning to readme (#734) --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8ab6a572..d62307ee 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/cowprotocol/explorer) +# CoW Protocol Explorer -[![Coverage Status](https://coveralls.io/repos/github/cowprotocol/explorer/badge.svg?branch=main)](https://coveralls.io/github/cowprotocol/explorer?branch=main) +Allows you to explore the protocol orders and trades. -Develop: -[![Coverage Status](https://coveralls.io/repos/github/cowprotocol/explorer/badge.svg?branch=develop)](https://coveralls.io/github/cowprotocol/explorer?branch=develop) +## ⚠️ Attention ⚠️ -# CoW Protocol Explorer +This repository is deprecated. -Allows you to explore the protocol orders and trades. +All the relevant code has migrated to [CoW Swap repo](https://github.com/cowprotocol/cowswap/) under the [explorer app](https://github.com/cowprotocol/cowswap/tree/develop/apps/explorer). ## 🧪 Install dependencies ```bash