Skip to content

Commit dad5613

Browse files
'command' being the subject - 'creates' becomes 'create'
1 parent cb10c85 commit dad5613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/install-the-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Options:
8383

8484
#### Specifics
8585

86-
The `graph add` command will fetch the ABI from Etherscan (unless an ABI path is specified with the `--abi` option) and creates a new `dataSource`, similar to how the `graph init` command creates a `dataSource` `--from-contract`, updating the schema and mappings accordingly. This allows you to index implementation contracts from their proxy contracts.
86+
The `graph add` command will fetch the ABI from Etherscan (unless an ABI path is specified with the `--abi` option) and create a new `dataSource`, similar to how the `graph init` command creates a `dataSource` `--from-contract`, updating the schema and mappings accordingly. This allows you to index implementation contracts from their proxy contracts.
8787

8888
- The `--merge-entities` option identifies how the developer would like to handle `entity` and `event` name conflicts:
8989
- If `true`: the new `dataSource` should use existing `eventHandlers` & `entities`.

0 commit comments

Comments
 (0)