Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.14 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.14 KB

VeaScan Outbox Subgraph

Deployments

Sepolia (hosted service)

Chiado (GoldSky)

Build

$ yarn

$ yarn codegen

$ yarn build

Switching between deployments

This script updates subgraph.yml by parsing the deployment artifacts in ../contracts/deployments.

yarn update:sepolia

yarn update:chiado

Deployment to The Graph (hosted service)

Authentication

Get an API key from the TheGraph.com, then authenticate.

$ yarn run graph auth --product hosted-service

Deployment

yarn deploy:sepolia

Deployment to Chiado via GoldSky

Authentication

Obtain an API key (paid service) or ask a project maintainer to run the deployment Github Action.

$ yarn run goldsky login

Deployment

yarn deploy:chiado