From 60a8672a1c196b36524b990b4b34a0ad2913d44e Mon Sep 17 00:00:00 2001 From: Joao Luna Date: Mon, 5 Jan 2026 15:36:42 +0000 Subject: [PATCH] chore: add deprecation message --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2bfdf280..1e7309cc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Lint Status](https://github.com/akash-network/akash-api/actions/workflows/lint.yaml/badge.svg)](https://github.com/akash-network/akash-api/actions/workflows/lint.yaml) [![Test Status](https://github.com/akash-network/akash-api/actions/workflows/tests.yaml/badge.svg)](https://github.com/akash-network/akash-api/actions/workflows/tests.yaml) +> **Deprecated**: This repository has been deprecated. Please use [chain-sdk](https://github.com/akash-network/chain-sdk) instead. + ## Overview This repository consolidates gRPC API definitions for the [Akash Node](https://github.com/akash-network/node) and [Akash Provider](https://github.com/akash-network/provider). It also includes related code generation.