We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ccadf commit bfaf211Copy full SHA for bfaf211
website/src/pages/sv/subgraphs/developing/developer-faq.mdx
@@ -94,7 +94,7 @@ You can find the list of the supported networks [here](/supported-networks/).
94
Yes. You can do this by importing `graph-ts` as per the example below:
95
96
```javascript
97
-import { dataSource } from '@graphprotocol/graph-ts'
+import { dataSource } from "@graphprotocol/graph-ts"
98
99
dataSource.network()
100
dataSource.address()
0 commit comments