https://github.com/requestnetwork/price-aggregators-subgraph
https://github.com/requestnetwork/price-aggregators-subgraph
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/requestnetwork/price-aggregators-subgraph
- Owner: RequestNetwork
- Created: 2021-12-29T10:29:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T12:44:10.000Z (about 1 year ago)
- Last Synced: 2025-06-07T10:48:44.520Z (10 months ago)
- Language: TypeScript
- Size: 464 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Price Aggregators
This subgraph indexes the price aggregators updates for easy query.
## Deploy a subgraph
1. If it does not exist yet, create the subgraph on TheGraph Studio. Follow the naming convention: `price-aggregators-[chain]`
2. Clone this repo
3. Update the `@requestnetwork/smart-contracts` version in `package.json`
4. Run `yarn` to install dependencies and generate the manifest files
5. Run `DEPLOY_KEY=[subgraph_studio_deploy_key] ./scripts/deploy.sh [chain]`
> **Important**: Once a subgraph is deployed on Subgraph Studio,
> a manual action is required to publish it to the decentralized network.
> See [the documentation](https://thegraph.com/docs/en/publishing/publishing-a-subgraph/) for more information.