Skip to content

Commit

Permalink
docs: update versions for 0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Aug 26, 2024
1 parent 4c1fb8c commit e342e8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 197 deletions.
4 changes: 0 additions & 4 deletions docs/networks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Mainnet and Testnet Configuration

[Ethereum Mainnet configuration](./networks/ethereum-mainnet.md)

[Arbitrum One configuration](./networks/arbitrum-one.md)

[Ethereum Sepolia configuration](./networks/ethereum-sepolia.md)

[Arbitrum Sepolia configuration](./networks/arbitrum-sepolia.md)

[Testnet setup instructions](./testnet-setup.md)
Expand Down
8 changes: 4 additions & 4 deletions docs/networks/arbitrum-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Network information can be found at https://thegraph.com/explorer?chain=arbitrum
| Component | Release |
| --------------- | ---------------------------------------------------------------------------- |
| contracts | [1.11.1](https://github.com/graphprotocol/contracts/releases/tag/v1.11.1) |
| indexer-agent | [0.21.3](https://github.com/graphprotocol/indexer/releases/tag/v0.21.3) |
| indexer-cli | [0.21.3](https://github.com/graphprotocol/indexer/releases/tag/v0.21.3) |
| indexer-service | [0.21.3](https://github.com/graphprotocol/indexer/releases/tag/v0.21.3) |
| graph-node | [0.34.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.34.0) |
| indexer-agent | [0.21.4](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4) |
| indexer-cli | [0.21.4](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4) |
| indexer-service | [0.21.4](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4) |
| graph-node | [0.35.1](https://github.com/graphprotocol/graph-node/releases/tag/v0.35.1) |

## Network Parameters

Expand Down
8 changes: 4 additions & 4 deletions docs/networks/arbitrum-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ The Graph Network's testnet is on Arbitrum Sepolia (eip155:421614). Sepolia netw
| Component | Release |
| --------------- | ------------------------------------------------------------------------------------ |
| contracts | [5.3.3](https://github.com/graphprotocol/contracts/releases/tag/v5.3.3) |
| indexer-agent | [0.21.4-rc](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4-rc) |
| indexer-cli | [0.21.4-rc](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4-rc) |
| indexer-service | [0.21.4-rc](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4-rc) |
| graph-node | [0.35.0-rc.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.35.0-rc.0) |
| indexer-agent | [0.21.4](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4) |
| indexer-cli | [0.21.4](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4) |
| indexer-service | [0.21.4](https://github.com/graphprotocol/indexer/releases/tag/v0.21.4) |
| graph-node | [0.35.1](https://github.com/graphprotocol/graph-node/releases/tag/v0.35.1) |

## Network Parameters

Expand Down
77 changes: 0 additions & 77 deletions docs/networks/ethereum-mainnet.md

This file was deleted.

Loading

0 comments on commit e342e8c

Please sign in to comment.