File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
website/src/pages/en/resources/migration-guides Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This guide walks you through:
1616
1717## 1. Prerequisites
1818
19- You’ ll need:
19+ You' ll need:
2020
2121- Your subgraph source code (` subgraph.yaml ` , ` schema.graphql ` , ` src/mapping.ts ` )
2222- [ Node.js] ( https://nodejs.org ) , Yarn, and ` graph-cli ` :
@@ -33,14 +33,14 @@ Install and authenticate the CLI:
3333
3434``` bash
3535npm install -g @graphprotocol/graph-cli
36- graph auth --studio < YOUR_ACCESS_TOKEN>
36+ graph auth < YOUR_ACCESS_TOKEN>
3737```
3838
3939---
4040
4141## 3. Prepare and Build Your Subgraph
4242
43- If you don’ t already have a project, initialize one from a contract:
43+ If you don' t already have a project, initialize one from a contract:
4444
4545``` bash
4646graph init --from-contract < CONTRACT_ADDRESS> < SUBGRAPH_NAME>
@@ -115,7 +115,7 @@ graph subgraph list
115115
116116## 7. Update Your Application
117117
118- Your subgraph’ s GraphQL endpoint follows this format:
118+ Your subgraph' s GraphQL endpoint follows this format:
119119
120120```
121121https://api.studio.thegraph.com/query/{user_id}/{subgraph_slug}/{version}
You can’t perform that action at this time.
0 commit comments