Skip to content

Commit eae242f

Browse files
authored
Merge pull request #614 from spenot09/autonity-quickstart-doc-fix
Minor doc fixes
2 parents 9ceac06 + c2934b3 commit eae242f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/indexer/quickstart/quickstart_chains/autonity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Autonity Testnet Quick Start
22

3-
The goal of this quick start guide is to index all transfers and approval events from the Newton (0xBd770416a3345F91E4B34576cb804a576fa48EB1) on Autonity Testnet Mainnet.
3+
The goal of this quick start guide is to index all transfers and approval events from the Newton (0xBd770416a3345F91E4B34576cb804a576fa48EB1) on Autonity's Piccadilly Testnet.
44

55
<!-- @include: ../snippets/evm-quickstart-reference.md -->
66

7-
We use Ethereum packages, runtimes, and handlers (e.g. `@subql/node-ethereum`, `ethereum/Runtime`, and `ethereum/*Hander`) for Autonity Testnet. Since Autonity Testnet is an EVM-compatible layer-1, we can use the core Ethereum framework to index it.
7+
We use Ethereum packages, runtimes, and handlers (e.g. `@subql/node-ethereum`, `ethereum/Runtime`, and `ethereum/*Handler`) for Autonity Testnet. Since Autonity Testnet is an EVM-compatible layer-1, we can use the core Ethereum framework to index it.
88
:::
99

1010
<!-- @include: ../snippets/evm-manifest-intro.md#level2 -->
1111

12-
As we are indexing all transfers and approvals from the Wrapped ETH contract on Autonity Testnet's Network, the first step is to import the contract abi definition which can be obtained from from any standard [ERC-20 contract](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/). Copy the entire contract ABI and save it as a file called `erc20.abi.json` in the `/abis` directory.
12+
As we are indexing all transfers and approvals from the Newton contract on Autonity's Testnet Network, the first step is to import the contract abi definition which can be obtained from from any standard [ERC-20 contract](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/). Copy the entire contract ABI and save it as a file called `erc20.abi.json` in the `/abis` directory.
1313

1414
**Update the `datasources` section as follows:**
1515

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- [BlockHanders](../../build/manifest/ethereum.md#mapping-handlers-and-filters): On each and every block, run a mapping function
1+
- [BlockHandlers](../../build/manifest/ethereum.md#mapping-handlers-and-filters): On each and every block, run a mapping function
22
- [TransactionHandlers](../../build/manifest/ethereum.md#mapping-handlers-and-filters): On each and every transaction that matches optional filter criteria, run a mapping function
3-
- [LogHanders](../../build/manifest/ethereum.md#mapping-handlers-and-filters): On each and every log that matches optional filter criteria, run a mapping function
3+
- [LogHandlers](../../build/manifest/ethereum.md#mapping-handlers-and-filters): On each and every log that matches optional filter criteria, run a mapping function

0 commit comments

Comments
 (0)