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.