Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jul 14, 2022
1 parent 3d17134 commit 4558ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pages/en/cookbook/arweave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Currently, The Graph is only indexing Arweave as a blockchain (its blocks and tr
This is not currently supported.

### How can I filter transactions to a specific account?

The source.owner can be the user's public key or account address.

### What is the current encryption format?
Expand Down
6 changes: 3 additions & 3 deletions pages/en/developing/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following protocols are supported on The Graph Decentralized Network:

- Ethereum

Indexers on The Graph Network can offer full support & security for mainnet Ethereum subgraphs. See which networks are supported and more information on deploying to the network [here](deploying/deploying-a-subgraph-to-studio).
Indexers on The Graph Network can offer full support & security for mainnet Ethereum subgraphs. See which networks are supported and more information on deploying to the network [here](/deploying/deploying-a-subgraph-to-studio).

Remember that you will **not be able** to publish a subgraph that indexes a non-mainnet network to the decentralized Graph Network in [Subgraph Studio](/deploying/subgraph-studio).

Expand All @@ -25,8 +25,8 @@ The following protocols are supported on the Hosted Service:
- Ethereum
- Near
- Cosmos
- Arweave
- Arweave

See the list of which networks are supported [here](deploying/deploying-a-subgraph-to-hosted).
See the list of which networks are supported [here](/deploying/deploying-a-subgraph-to-hosted).

> The Graph's Hosted Service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints. Newer networks will be marked as being in beta until the network has proven itself in terms of stability, reliability, and scalability. During this beta period, there is a risk of downtime and unexpected behaviour.

0 comments on commit 4558ae5

Please sign in to comment.