Uniswap V3 main subgraph with extended Position and Incentive entities. Forked from Uniswap and referenced from vbstreetz.
Data from this subgraph is used in V3 Universal Staker UI:
Staker UI usage guide: Medium - Universal V3 Staker UI or How to Stake in Uniswap V3 Part III
- Circular references between Positions and Incentives (many-to-many relationship). Checking on the alternatives.
- Subgraph will be updated;
- More networks pending.
Extended Subgraph:
However, it takes a lot of time to populate the data, therefore I created a new branch: staking-only (fills only staking relevant data).
- Ethereum: https://thegraph.com/hosted-service/subgraph/msvstj/uni-v3-extended-staking-eth
- Polygon: https://thegraph.com/hosted-service/subgraph/msvstj/uni-v3-staking-polygon
- Mumbai: https://thegraph.com/hosted-service/subgraph/msvstj/uni-v3-staking-mumbai
- Uniswap (https://github.com/Uniswap/v3-subgraph) (GPL-3.0) - Main Uniswap V3 subgraph (used position, pool, token entities).
- vbstreetz (https://github.com/vbstreetz/uniswap-v3-staker-subgraph) (MIT) - Incentive entity encoding and event handling.
Note: Uniswap is a trademark of Uniswap Labs. This project is not affiliated with or endorsed by Uniswap Labs, however, it interacts with Uniswap deployed staker contracts.