From 1abd870423bae6a97a85d2602e0067384ce28119 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Wed, 7 Sep 2022 15:59:13 -0300 Subject: [PATCH] add repo archive notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a405c9..a1a0883 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ## Venus Governance Subgraph +This repo has been archived. All venus subgraphs are now managed in a monorepo. The code for this subgraph has moved [here](https://github.com/VenusProtocol/subgraphs/tree/master/subgraphs/venus-governance). + +--- + This subgraph indexes and exposes in GraphQL all the event data related to the GovernorAlpha and VenusToken contracts from VenusProtocol, providing an easy access to Token holder and Delegates information, Proposals and votes casted, and all the relationships between those entities. A live version of this subgraph can be found [here](https://thegraph.com/explorer/subgraph/venusprotocol/venus-governance), along with useful queries and examples already available on the playground.