Skip to content

Commit b5b4427

Browse files
authored
docs: update README.md
1 parent ed36635 commit b5b4427

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

subgraph/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2527
Get 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
3436
yarn 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">

0 commit comments

Comments
 (0)