Skip to content

Commit

Permalink
Revert "docs/networks: Update indexer components versions, epoch subg…
Browse files Browse the repository at this point in the history
…raph"

This reverts commit 3cc7a62.
  • Loading branch information
fordN committed Feb 20, 2023
1 parent 3cc7a62 commit 2cc630d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
31 changes: 15 additions & 16 deletions docs/networks/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Network information can be found at https://thegraph.com/explorer/network. The G
| Component | Release |
| --------------- | -------------------------------------------------------------------------- |
| contracts | [1.11.1](https://github.com/graphprotocol/contracts/releases/tag/v1.11.1) |
| indexer-agent | [0.20.8](https://github.com/graphprotocol/indexer/releases/tag/v0.20.8) |
| indexer-cli | [0.20.8](https://github.com/graphprotocol/indexer/releases/tag/v0.20.8) |
| indexer-service | [0.20.8](https://github.com/graphprotocol/indexer/releases/tag/v0.20.8) |
| indexer-agent | [0.18.6](https://github.com/graphprotocol/indexer/releases/tag/v0.18.6) |
| indexer-cli | [0.18.6](https://github.com/graphprotocol/indexer/releases/tag/v0.18.6) |
| indexer-service | [0.18.6](https://github.com/graphprotocol/indexer/releases/tag/v0.18.6) |
| graph-node | [0.29.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.29.0) |

## Network Parameters
Expand All @@ -34,19 +34,18 @@ Other network contracts can be found in [graphprotocol/contracts](https://github

### Indexer Agent

| Environment Variable | CLI Argument | Value |
| ------------------------------------------- | ------------------------------- | ---------------------------------------------------------------------------------- |
| `INDEXER_AGENT_ETHEREUM` | `--ethereum` | An Ethereum mainnet node/provider |
| `INDEXER_AGENT_ETHEREUM_NETWORK` | `--ethereum-network` | `mainnet` |
| `INDEXER_AGENT_INDEXER_ADDRESS` | `--indexer-address` | Ethereum address of mainnet indexer |
| `INDEXER_AGENT_INDEXER_GEO_COORDINATES` | `--indexer-geo-coordinates` | Geo coordinates of mainnet indexer infrastructure |
| `INDEXER_AGENT_MNEMONIC` | `--mnemonic` | Ethereum mnemonic for mainnet operator |
| `INDEXER_AGENT_NETWORK_SUBGRAPH_DEPLOYMENT` | `--network-subgraph-deployment` | `QmV614UpBCpuusv5MsismmPYu4KqLtdeNMKpiNrX56kw6u` |
| `INDEXER_AGENT_NETWORK_SUBGRAPH_ENDPOINT` | `--network-subgraph-endpoint` | `https://gateway.thegraph.com/network` |
| `INDEXER_AGENT_DAI_CONTRACT` | `--dai-contract` | `0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48` (USDC) |
| `INDEXER_AGENT_COLLECT_RECEIPTS_ENDPOINT` | `--collect-receipts-endpoint` | `https://gateway.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/mainnet-epoch-block-oracle` |
| Environment Variable | CLI Argument | Value |
| ------------------------------------------- | ------------------------------- | ------------------------------------------------------- |
| `INDEXER_AGENT_ETHEREUM` | `--ethereum` | An Ethereum mainnet node/provider |
| `INDEXER_AGENT_ETHEREUM_NETWORK` | `--ethereum-network` | `mainnet` |
| `INDEXER_AGENT_INDEXER_ADDRESS` | `--indexer-address` | Ethereum address of mainnet indexer |
| `INDEXER_AGENT_INDEXER_GEO_COORDINATES` | `--indexer-geo-coordinates` | Geo coordinates of mainnet indexer infrastructure |
| `INDEXER_AGENT_MNEMONIC` | `--mnemonic` | Ethereum mnemonic for mainnet operator |
| `INDEXER_AGENT_NETWORK_SUBGRAPH_DEPLOYMENT` | `--network-subgraph-deployment` | `QmV614UpBCpuusv5MsismmPYu4KqLtdeNMKpiNrX56kw6u` |
| `INDEXER_AGENT_NETWORK_SUBGRAPH_ENDPOINT` | `--network-subgraph-endpoint` | `https://gateway.thegraph.com/network` |
| `INDEXER_AGENT_DAI_CONTRACT` | `--dai-contract` | `0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48` (USDC) |
| `INDEXER_AGENT_COLLECT_RECEIPTS_ENDPOINT` | `--collect-receipts-endpoint` | `https://gateway.network.thegraph.com/collect-receipts` |
| `INDEXER_AGENT_GAS_PRICE_MAX` | `--gas-price-max` | `50` |

In order to avoid collecting or claiming query fees below a certain threshold
(e.g. below the cost of the two transactions), the following configuration
Expand Down
6 changes: 3 additions & 3 deletions docs/networks/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The Graph Network's testnet is on Goerli. Goerli network information can be foun
| Component | Release |
| --------------- | ------------------------------------------------------------------------------------------ |
| contracts | [1.13.0](https://github.com/graphprotocol/contracts/releases/tag/v1.13.0) |
| indexer-agent | [0.20.8](https://github.com/graphprotocol/indexer/releases/tag/v0.20.8) |
| indexer-cli | [0.20.8](https://github.com/graphprotocol/indexer/releases/tag/v0.20.8) |
| indexer-service | [0.20.8](https://github.com/graphprotocol/indexer/releases/tag/v0.20.5-alpha.1) |
| indexer-agent | [0.20.5-alpha.1](https://github.com/graphprotocol/indexer/releases/tag/v0.20.5-alpha.1) |
| indexer-cli | [0.20.5-alpha.1](https://github.com/graphprotocol/indexer/releases/tag/v0.20.5-alpha.1) |
| indexer-service | [0.20.5-alpha.1](https://github.com/graphprotocol/indexer/releases/tag/v0.20.5-alpha.1) |
| graph-node | [0.29.0-rc.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.29.0) |

## Network Parameters
Expand Down

0 comments on commit 2cc630d

Please sign in to comment.