Skip to content

Latest commit

 

History

History

veascan-subgraph-outbox

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