This subgraph indexes and tracks data from the Aerodrome protocol on the Base network. It provides real-time insights into pools, tokens, transactions, and various protocol metrics, enabling developers to build powerful analytics tools and applications.
This subgraph is deployed on The Graph's hosted service. You can find it at [INSERT_SUBGRAPH_URL_HERE].
To modify or extend this subgraph:
- Clone the repository:
git clone https://github.com/metastable-labs/subgraph
- Install dependencies:
yarn install
- Make your changes to the schema, mappings, or configurations
- Generate types:
graph codegen
- Build the subgraph:
graph build
- Deploy to The Graph:
graph deploy --studio liquid-aerodrome
Contributions to improve the subgraph are welcome. Please submit issues and pull requests to the GitHub repository.