- Core
- Dispute Registry Template - Arbitrum Sepolia
- Dispute Registry Template - Gnosis
- Dispute Registry Template - Sepolia
# update subgraph.yml using the contract deployment artifacts
$ yarn update:arbitrum-sepolia-devnet
$ yarn codegen
$ yarn build
Get an API key from the thegraph.com, then authenticate.
$ yarn run graph auth --studio
# 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"
Go to the Deploy Subgraph Action and click the Run workflow button:
Pick the appropriate network. There should be a corresponding yarn script in the form of deploy:<network>
on the master branch.