Skip to content

Commit b36a7ad

Browse files
committed
Update to Newton contract
1 parent d52ed6f commit b36a7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/indexer/quickstart/quickstart_chains/autonity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We use Ethereum packages, runtimes, and handlers (e.g. `@subql/node-ethereum`, `
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 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.
1313

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

0 commit comments

Comments
 (0)