Skip to content

Files

subgraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2025
Mar 27, 2025
Apr 15, 2025
Apr 10, 2025
Feb 21, 2024
Jun 28, 2024
Mar 14, 2024
Apr 11, 2025
Apr 10, 2025
Jun 6, 2022

@kleros/kleros-v2-subgraph

Deployments

V2 Neo

Testnet

Devnet

Build

# update subgraph.yml using the contract deployment artifacts
$ yarn update:arbitrum-sepolia-devnet

$ yarn codegen

$ yarn build

Deployment to The Graph Studio

Using a personal account for development

Authentication

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

$ yarn run graph auth --studio

Deployment

# bump the package version number
yarn version patch

# deploy the new version
yarn deploy:arbitrum-sepolia-devnet

# commit the new version number
git commit -m "chore: subgraph deployment"

Using the Kleros organization account

Go to the Deploy Subgraph Action and click the Run workflow button:

image

Pick the appropriate network. There should be a corresponding yarn script in the form of deploy:<network> on the master branch.

Then reach out to a maintainer and request his approval. image