Synced at: https://thegraph.com/hosted-service/subgraph/violetprotocol/mauve-subgraph
Pending Changes at same URL
yarn install:all
Make any additions or changes to the subgraph.yaml
file to include contracts and entity declarations here.
Ensure that any entity declarations and ABIs referenced exist and are defined well. The schema.graphql
file contains all object structures queryable through the graph.
Populate the networks.json
file with the contracts for each network that you are defining subgraphs for.
yarn codegen
yarn build --network <network>
For production:
yarn deploy:mainnet
For testnet:
yarn deploy:optimism-goerli