Skip to content

Latest commit

 

History

History
 
 

subgraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@kleros/kleros-v2-subgraph

Deployments

Arbitrum Goerli (hosted service)

Build

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

$ yarn codegen

$ yarn build

Deployment to The Graph (hosted service)

Using a personal account for development

Authentication

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

$ yarn run graph auth --product hosted-service

Deployment

yarn deploy:arbitrum-goerli

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