Skip to content

Commit

Permalink
Add previewnet (#606)
Browse files Browse the repository at this point in the history
* Add previewnet

* Add HTTP urls

---------

Co-authored-by: Chase Fleming <[email protected]>
  • Loading branch information
chasefleming and chasefleming authored Feb 28, 2024
1 parent 7ddbe67 commit 49ae52f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build/differences-vs-evm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 49ae52f

Please sign in to comment.