Skip to content

Commit

Permalink
chore: spectra subgraph (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler authored May 21, 2024
1 parent 74a4a72 commit ee2520e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This subgraph can be found on The Graph Hosted Service for the following networks:

- [Mainnet](https://thegraph.com/hosted-service/subgraph/perspectivefi/spectra-mainnet)
- [Sepolia](https://api.studio.thegraph.com/query/58996/spectra-subgraph-sepolia/version/latest)
- [Sepolia](https://api.studio.thegraph.com/query/58996/spectra-sepolia/version/latest)

You can also run this subgraph locally, if you wish. Instructions for that can be found in [The Graph Documentation](https://thegraph.com/docs/en/cookbook/quick-start/).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deploy": "graph deploy perspectivefi/spectra-mainnet --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy:local": "graph deploy perspectivefi/spectra-mainnet --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"deploy:goerli": "graph deploy perspectivefi/spectra-goerli subgraph.goerli.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy:sepolia": "graph deploy --studio spectra-subgraph-sepolia subgraph.sepolia.yaml",
"deploy:sepolia": "graph deploy --studio spectra-sepolia subgraph.sepolia.yaml",
"deploy:test": "graph deploy matstyler/spectra-subgraph subgraph.goerli.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"generate-config:local": "node ./src/scripts/subgraphConfigGenerator.js local",
"generate-config": "node ./src/scripts/subgraphConfigGenerator.js",
Expand Down

0 comments on commit ee2520e

Please sign in to comment.