Skip to content

Commit

Permalink
Fixes minor grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
seandotau authored Jan 3, 2024
1 parent edee30f commit 3b74437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/quickstart_chains/ethereum-gravatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Project Manifest (`project.ts`) file works as an entry point to your Ethereu

Note that the manifest file has already been set up correctly and doesn’t require significant changes, but you need to import the correct contract definitions and update the datasource handlers.

We are indexing all Gravatars from the Gravatar contract, first you will need to import the contract abi defintion. You can copy the entire JSON and save as a file `./Gravity.json` in the `/abis` directory.
Since we are indexing all Gravatars from the Gravatar contract, the first step is to import the contract abi defintion. Copy the entire JSON and save it as a file called `./Gravity.json` in the `/abis` directory.

This section in the Project Manifest now imports all the correct definitions and lists the triggers that we look for on the blockchain when indexing.

Expand Down

0 comments on commit 3b74437

Please sign in to comment.