diff --git a/docs/build/differences-vs-evm/index.md b/docs/build/differences-vs-evm/index.md index 117b435dfc..00cedd9455 100644 --- a/docs/build/differences-vs-evm/index.md +++ b/docs/build/differences-vs-evm/index.md @@ -145,9 +145,13 @@ Developers need a blockchain node to send transactions and fetch state. Flow is Access Nodes are the node type that are most useful for developers, as they provide access to the Flow network via an API. Flow provides public access nodes for multiple networks. They provide two flavours of APIs: - [HTTP API](https://developers.flow.com/http-api) + - Mainnet: `https://rest-mainnet.onflow.org` + - Testnet: `https://rest-testnet.onflow.org` + - Previewnet: `https://rest-previewnet.onflow.org` - gRPC - Mainnet: `access.mainnet.nodes.onflow.org:9000` - Testnet: `access.devnet.nodes.onflow.org:9000` + - Previewnet: `access.previewnet.nodes.onflow.org:9000` - [Specification](../../networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api.md) ### Running Your Own Node diff --git a/docs/networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api.md b/docs/networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api.md index 4c33c79d75..d737aae2bf 100644 --- a/docs/networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api.md +++ b/docs/networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api.md @@ -19,6 +19,7 @@ The Access Nodes hosted by DapperLabs are accessible at: | Mainnet | `access.mainnet.nodes.onflow.org:9000` | `mainnet.onflow.org` | `mainnet.onflow.org` | | Sandboxnet (deprecated) | | | | | Testnet | `access.devnet.nodes.onflow.org:9000` | `testnet.onflow.org` | `testnet.onflow.org` | +| Previewnet | `access.previewnet.nodes.onflow.org:9000` | `previewnet.onflow.org` | `previewnet.onflow.org` | #### Mainnet ##### We are still in the process of aggregating the past chain data but mainnet 5 to mainnet 1 spork data can be retrieved from the Access nodes mentioned [here](../../../node-operation/spork.md#mainnet)