From 04f9818d2ff880a4104cf1c0a2004a5fa0f9280e Mon Sep 17 00:00:00 2001 From: Manuel Garcia Date: Thu, 23 Feb 2023 10:08:12 -0300 Subject: [PATCH] Add Staking.abi URL It was missing --- pages/en/network/indexing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/en/network/indexing.mdx b/pages/en/network/indexing.mdx index 1702fc066dd2..0034f49dbc13 100644 --- a/pages/en/network/indexing.mdx +++ b/pages/en/network/indexing.mdx @@ -772,7 +772,7 @@ Once an Indexer has staked GRT in the protocol, the [Indexer components](/networ 1. Open the [Remix app](https://remix.ethereum.org/) in a browser -2. In the `File Explorer` create a file named **Staking.abi** with the staking ABI. +2. In the `File Explorer` create a file named **Staking.abi** with the [staking ABI](https://raw.githubusercontent.com/graphprotocol/contracts/mainnet-deploy-build/build/abis/Staking.json). 3. With `Staking.abi` selected and open in the editor, switch to the `Deploy` and `Run Transactions` section in the Remix interface.