File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,28 @@ $ yarn build
2020
2121## Deployment to The Graph (hosted service)
2222
23- ### Authentication
23+ ### Using a personal account for development
24+
25+ #### Authentication
2426
2527Get an API key from the thegraph.com, then authenticate.
2628
2729``` bash
2830$ yarn run graph auth --product hosted-service
2931```
3032
31- ### Deployment
33+ #### Deployment
3234
3335``` bash
3436yarn deploy:arbitrum-goerli
3537```
38+
39+ ### Using the Kleros organization account
40+ Go to the [ Deploy Subgraph Action] ( https://github.com/kleros/kleros-v2/actions/workflows/deploy-subgraph.yml ) and click the Run workflow button:
41+
42+ <img width =" 1265 " alt =" image " src =" https://github.com/kleros/kleros-v2/assets/22213980/da39f584-baaf-42a2-8c6a-6544aee29420 " >
43+
44+ Pick the appropriate network. There should be a corresponding yarn script in the form of ` deploy:<network> ` on the master branch.
45+
46+ Then reach out to a maintainer and request his approval.
47+ <img width =" 1265 " alt =" image " src =" https://github.com/kleros/gtcr-subgraph/assets/22213980/3cea54fb-8382-42c4-a44a-37b4bfbeecee " >
You can’t perform that action at this time.
0 commit comments