This subgraph indexes the price aggregators updates for easy query.
- If it does not exist yet, create the subgraph on TheGraph Studio. Follow the naming convention:
price-aggregators-[chain]
- Clone this repo
- Update the
@requestnetwork/smart-contracts
version inpackage.json
- Run
yarn
to install dependencies and generate the manifest files - 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 for more information.