This subgraph aims to provides data for all products of Visor Finance. This includes:
- Phase 1 Liquidity Mining Program
- Uniswap V3 Gamma Strategies Hypervisors
These hypervisors are used to actively manage LP positions on Uniswap V3. Entities that relate these hypervisors are named beginning with UniswapV3. E.g. UniswapV3Hypervisor.
The subgraph is currently hosted on The Graph Hosted Service and can be accessed at: https://thegraph.com/explorer/subgraph/visorfinance/visor
To deploy full subgraph to the hosted service at visorfinance/visor:
- Generate the full subgraph.yaml file with
yarn prepare:full-mainnet
. - Run
yarn codegen
to prepare the TypeScript sources for the GraphQL and ABIs. - Deploy via
yarn deploy --access-token <ACCESS_TOKEN>
The access token can alternatively be added via graph auth https://api.thegraph.com/deploy/ <ACCESS_TOKEN>