From b2b9527d858898a27bb156ba55d51a4fdef2832c Mon Sep 17 00:00:00 2001 From: Chris Wessels Date: Tue, 3 Oct 2023 14:21:01 +0100 Subject: [PATCH] docs: fix gateway url for arbitrum-one --- docs/networks/arbitrum-one.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networks/arbitrum-one.md b/docs/networks/arbitrum-one.md index 9c375a0b9..f7e6ed4a1 100644 --- a/docs/networks/arbitrum-one.md +++ b/docs/networks/arbitrum-one.md @@ -44,7 +44,7 @@ Other network contracts can be found in [graphprotocol/contracts](https://github | `INDEXER_AGENT_NETWORK_SUBGRAPH_DEPLOYMENT` | `--network-subgraph-deployment` | `QmcMEEdcVn32kfpkjwmiw5ZADFJdP2JDzm9j56h9iEVrXn` | | `INDEXER_AGENT_NETWORK_SUBGRAPH_ENDPOINT` | `--network-subgraph-endpoint` | `https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum` | | `INDEXER_AGENT_DAI_CONTRACT` | `--dai-contract` | TBD | -| `INDEXER_AGENT_COLLECT_RECEIPTS_ENDPOINT` | `--collect-receipts-endpoint` | `https://gateway.network.thegraph.com/collect-receipts` | +| `INDEXER_AGENT_COLLECT_RECEIPTS_ENDPOINT` | `--collect-receipts-endpoint` | `https://gateway-arbitrum.network.thegraph.com/collect-receipts` | | `INDEXER_AGENT_GAS_PRICE_MAX` | `--gas-price-max` | `50` | | `INDEXER_AGENT_EPOCH_SUBGRAPH_ENDPOINT` | `--epoch-subgraph-endpoint` | `https://api.thegraph.com/subgraphs/name/graphprotocol/arbitrum-epoch-block-oracle` |