Skip to content

Commit

Permalink
Merge pull request #680 from onflow/Previewnet-doc-updates
Browse files Browse the repository at this point in the history
Previewnet docs updates
  • Loading branch information
nialexsan authored Apr 16, 2024
2 parents 6d5bb18 + 75567c7 commit 2a3408c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/networks/flow-networks/accessing-previewnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Guide to Previewnet access

## About Flow Previewnet

Previewnet is Flow's official testing and development network for the Crescendo upgrade. It is intended to provide an early experimentation environment for app developers.
Flow Previewnet is Flow's official testing and development network for the Crescendo upgrade. It is intended to provide an early experimentation environment for app developers.
It aims to balance similarity with Mainnet with being a productive development environment, resulting in the following key differences:

- Significantly fewer validator nodes, resulting in a faster block rate compared to Mainnet
Expand All @@ -21,7 +21,7 @@ Previewnet is available for access at this URL:
access.previewnet.nodes.onflow.org:9000
```

To access the network using the [Flow Go SDK](https://github.com/onflow/flow-go-sdk):
You can also access the network using the [Flow Go SDK](https://github.com/onflow/flow-go-sdk):

```go
import "github.com/onflow/flow-go-sdk/client"
Expand Down Expand Up @@ -57,4 +57,4 @@ Accounts and tokens for testing can be obtained through the [previewnet faucet](
## Important Smart Contract Addresses
You can review [all available core contracts](../../build/core-contracts/index.md) deployed to identify which ones you want to import in your project.
You can review [all available core contracts](../../build/core-contracts/index.md) deployed to the Previewnet to identify which ones you want to import into your project.

0 comments on commit 2a3408c

Please sign in to comment.