Skip to content

Commit

Permalink
docs: Add gateway IP addresses for mainnet/testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis authored Feb 17, 2021
1 parent d528f04 commit 9e4bcb4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ indexer. The only requirement is a minimum stake of 100k GRT.
| `ethereum` | `--ethereum-rpc` | `mainnet:...` |
| `ipfs` | `--ipfs` | `https://ipfs.network.thegraph.com` |

#### Firewall

_If_ you have a firewall set up in front of your indexer, please allow the following gateway
IP addresses through so you can receive queries:

```
34.69.33.152
35.234.82.48
```

## Testnet (https://testnet.thegraph.com/, Rinkeby)

### Registration / Funding (GRT)
Expand Down Expand Up @@ -168,3 +178,13 @@ testnet (for now) are all mainnet subgraphs. This means:
| -------------------- | ---------------- | ----------------------------------- |
| `ethereum` | `--ethereum-rpc` | `mainnet:...` |
| `ipfs` | `--ipfs` | `https://ipfs.testnet.thegraph.com` |


#### Firewall

_If_ you have a firewall set up in front of your indexer, please allow the following gateway
IP addresses through so you can receive queries:

```
35.222.204.114
```

0 comments on commit 9e4bcb4

Please sign in to comment.