File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ npm run prepare
60
60
61
61
## Deployment
62
62
63
- The deployment can be done either to the Graph Studio or Hosted Service.
63
+ The deployment can be done either to the Graph Studio or Hosted Service depending on the network .
64
64
65
65
### Graph Studio
66
66
@@ -89,7 +89,7 @@ graph auth --product hosted-service
89
89
Then deploy the subgraph:
90
90
91
91
```
92
- graph deploy --product hosted-studio GITHUB_USERNAME/token-registry-subgraph
92
+ graph deploy --product hosted-service GITHUB_USERNAME/token-registry-subgraph
93
93
```
94
94
95
95
Alternatively, you can edit the Github username and subgraph name in ` package.json ` and run ` npm run deploy:hosted ` to
@@ -139,7 +139,7 @@ There are many interesting queries that can be made. Here are some example queri
139
139
holder {
140
140
id
141
141
}
142
- }
142
+ }
143
143
toTitleEscrow {
144
144
beneficiary {
145
145
id
You can’t perform that action at this time.
0 commit comments