diff --git a/pages/en/cookbook/arweave.mdx b/pages/en/cookbook/arweave.mdx index 99012c584d29..dc43d05aa8e4 100644 --- a/pages/en/cookbook/arweave.mdx +++ b/pages/en/cookbook/arweave.mdx @@ -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? diff --git a/pages/en/developing/supported-networks.mdx b/pages/en/developing/supported-networks.mdx index 2950b2ee8f80..f298b6119e02 100644 --- a/pages/en/developing/supported-networks.mdx +++ b/pages/en/developing/supported-networks.mdx @@ -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). @@ -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.