Subgraph to be used by the UNI V3 Staker Frontend.
- https://thegraph.com/legacy-explorer/subgraph/vbstreetz/witswap-staking (mainnet)
- https://thegraph.com/legacy-explorer/subgraph/vbstreetz/witswap-staking-rinkeby (rinkeby)
- Create a new subgraph at https://thegraph.com/explorer/subgraph/create. You might want to create an additional one for other testnets e.g. rinkeby
- Update
package.json
andMakefile
to match the created subgraphs. - Ran
yarn
to install node packages. - Deploy e.g. to mainent with
make mainnet
- Visit the subgraphs and verify no errors in indexing.
MIT