Skip to content

Commit 01784a3

Browse files
authored
docs: update IPFS URL (#1130)
1 parent 515ae20 commit 01784a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/networks/arbitrum-one.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ Notes:
8989
| Environment Variable | CLI Argument | Value |
9090
| -------------------- | ---------------- | ----------------------------------- |
9191
| `ethereum` | `--ethereum-rpc` | `mainnet:<ethereum-json-rpc-url>` |
92-
| `ipfs` | `--ipfs` | `https://ipfs.network.thegraph.com` |
92+
| `ipfs` | `--ipfs` | `https://ipfs.thegraph.com` |

docs/networks/arbitrum-sepolia.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ testnet (for now) are Mainnet subgraphs. This means:
5656
| `INDEXER_AGENT_EPOCH_SUBGRAPH_ENDPOINT` | `--epoch-subgraph-endpoint` | `https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BhnsdeZihU4SuokxZMLF4FQBVJ3jgtZf6v51gHvz3bSS` |
5757
| `INDEXER_AGENT_TAP_SUBGRAPH_DEPLOYMENT` | `--tap-subgraph-deployment` | `QmUiLdbsk6c51UMdcNBxsP3KadJpkmp6a3k2NCprR4ZFeM` |
5858
| `INDEXER_AGENT_TAP_SUBGRAPH_ENDPOINT` | `--tap-subgraph-endpoint` | `https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD` |
59-
| `INDEXER_AGENT_IPFS_ENDPOINT` | `--ipfs-endpoint` | `https://ipfs.network.thegraph.com` |
59+
| `INDEXER_AGENT_IPFS_ENDPOINT` | `--ipfs-endpoint` | `https://ipfs.thegraph.com` |
6060

6161
In order to avoid collecting or claiming query fees below a certain threshold
6262
(e.g. below the cost of the two transactions), the following configuration
@@ -94,7 +94,7 @@ Notes:
9494
| Environment Variable | CLI Argument | Value |
9595
| -------------------- | ---------------- | ----------------------------------- |
9696
| `ethereum` | `--ethereum-rpc` | `arbitrum-sepolia:...` |
97-
| `ipfs` | `--ipfs` | `https://ipfs.network.thegraph.com` |
97+
| `ipfs` | `--ipfs` | `https://ipfs.thegraph.com` |
9898

9999
## Feature support
100100

0 commit comments

Comments
 (0)