Skip to content

Commit 77f3547

Browse files
idalithbbenface
andauthored
Update website/pages/en/developing/creating-a-subgraph.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent d7c0d7d commit 77f3547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/developing/creating-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ calls:
410410
The ABI file(s) must match your contract(s). There are a few ways to obtain ABI files:
411411

412412
- If you are building your own project, you will likely have access to your most current ABIs.
413-
- If you are building a subgraph for a public project, you can download that project to your computer and get the ABI by using [`npx hardhat compile`](https://hardhat.org/hardhat-runner/docs/guides/compile-contracts#compiling-your-contracts) or using solc to compile.
413+
- If you are building a subgraph for a public project, you can download that project to your computer and get the ABI by using [`npx hardhat compile`](https://hardhat.org/hardhat-runner/docs/guides/compile-contracts#compiling-your-contracts) or using `solc` to compile.
414414
- You can also find the ABI on [Etherscan](https://etherscan.io/), but this isn't always reliable, as the ABI that is uploaded there may be out of date. Make sure you have the right ABI, otherwise running your subgraph will fail.
415415

416416
### The GraphQL Schema

0 commit comments

Comments
 (0)