Skip to content

Commit a93aaba

Browse files
0xa3k5benface
andauthored
Update api.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 8e50835 commit a93aaba

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/subgraphs/developing/creating/graph-ts

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/graph-ts/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export function handleTransfer(event: TransferEvent) {
500500

501501
As long as the `ERC20Contract` on Ethereum has a public read-only function called `symbol`, it can be called with `.symbol()`. For public state variables a method with the same name is created automatically.
502502

503-
Any other contract that is part of the subgraph can be imported from the generated code and can be bound to a valid address. Example of that is presented within the steps below:
503+
Any other contract that is part of the subgraph can be imported from the generated code and can be bound to a valid address. An example of that is presented within the steps below:
504504

505505
- Extend `subgraph.yaml` file with desired ABI file:
506506

0 commit comments

Comments
 (0)