Skip to content

Commit

Permalink
feedback revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
themacexpert committed Nov 15, 2023
1 parent 8d4ba85 commit d1057e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/tutorials/subsquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ Now we can generate the entity classes from the schema, which we'll use when we
sqd codegen
```

In the next step, we'll use the ERC-20 ABI to automatically generate TypeScript interface classes. Below is a generic ERC-20 standard ABI. Copy and paste it into a file named `erc20.json` in the abi folder at the root level of the project.
In the next step, we'll use the ERC-20 ABI to automatically generate TypeScript interface classes. Below is a generic ERC-20 standard ABI. Copy and paste it into a file named `erc20.json` in the `abi` folder at the root level of the project.

??? code "erc20.json"
??? code "ERC-20 ABI"

```json
--8<-- 'code/tutorials/subsquid/erc20.json'
Expand Down

0 comments on commit d1057e5

Please sign in to comment.