Skip to content

Files

Latest commit

38bfc6f · Feb 28, 2025

History

History

veascan-subgraph-outbox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 20, 2024
Jun 5, 2024
Apr 5, 2023
Jun 5, 2024
Apr 5, 2023
May 20, 2024
Feb 28, 2025
May 25, 2023
Aug 9, 2024
Apr 5, 2023

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