Skip to content

Commit 0bb166c

Browse files
committed
doc: implement review feedback
1 parent e185161 commit 0bb166c

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

docs/relnotes/network.mdx

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,33 @@ sidebar_position: 15
88

99
# Environments and endpoints
1010

11-
Use these endpoints to connect your DApp to Midnight Preview and Preprod environments.
11+
Midnight uses dedicated network services such as RPC nodes, indexer API, and proof server to power DApp development and interaction across the Preview and Preprod environments.
1212

1313
## Preview
1414

15-
| **Service** | **URL** |
15+
The Preview environment is intended for early-stage development and experimentation.
16+
Use these endpoints to connect your DApp to Midnight Preview environment.
17+
18+
| Service | URL |
1619
| --- | --- |
17-
| **Node RPC** | https://rpc.preview.midnight.network |
18-
| **Proof server** | https://lace-proof-pub.preview.midnight.network |
19-
| **Indexer (GraphQL)** | https://indexer.preview.midnight.network/api/v4/graphql |
20-
| **Faucet UI** | https://faucet.preview.midnight.network/ |
21-
| **Block explorer** | https://explorer.preview.midnight.network |
22-
| **cNgD DApp** | https://dust.preview.midnight.network |
20+
| Node RPC | https://rpc.preview.midnight.network |
21+
| Proof server | https://lace-proof-pub.preview.midnight.network |
22+
| Indexer (GraphQL) | https://indexer.preview.midnight.network/api/v4/graphql |
23+
| Faucet UI | https://faucet.preview.midnight.network/ |
24+
| Block explorer | https://explorer.preview.midnight.network |
25+
| cNgD DApp | https://dust.preview.midnight.network |
2326

2427
## Preprod
2528

26-
| **Service** | **URL** |
29+
The Preprod environment is designed for final testing before mainnet deployment.
30+
Use these endpoints to connect your DApp to Midnight Preprod environment.
31+
32+
| Service | URL |
2733
| --- | --- |
28-
| **Node RPC** | https://rpc.preprod.midnight.network |
29-
| **Proof server** | https://lace-proof-pub.preprod.midnight.network |
30-
| **Indexer (GraphQL)** | https://indexer.preprod.midnight.network/api/v4/graphql |
31-
| **Faucet UI** | https://faucet.preprod.midnight.network/ |
32-
| **Block explorer** | https://explorer.preprod.midnight.network |
33-
| **cNgD DApp** | https://dust.preprod.midnight.network |
34+
| Node RPC | https://rpc.preprod.midnight.network |
35+
| Proof server | https://lace-proof-pub.preprod.midnight.network |
36+
| Indexer (GraphQL) | https://indexer.preprod.midnight.network/api/v4/graphql |
37+
| Faucet UI | https://faucet.preprod.midnight.network/ |
38+
| Block explorer | https://explorer.preprod.midnight.network |
39+
| cNgD DApp | https://dust.preprod.midnight.network |
3440

docs/relnotes/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ displayed_sidebar: sidebar
2020

2121
## Compatibility
2222

23-
This release delivers Midnight Ledger 8.0 on Preview & Preprod, including updates to the runtime, SDKs and tooling.
23+
This release delivers Midnight Ledger 8.0 on Preview and Preprod, including updates to the runtime, SDKs and tooling.
2424

2525
---
2626

2727
## Environments
2828

29-
Midnight uses dedicated network services such as RPC nodes, indexer API, and proof server to power DApp development and interaction across the Preview and Preprod environments. To connect your application and configure these services correctly, see the [environments and endpoints](./network) reference.
29+
Midnight uses dedicated network services such as RPC nodes, indexer API, and proof server to power DApp development and interaction across the Preview and Preprod environments. To connect your application and configure these services correctly, see the [Environments and endpoints](./network) reference.
3030

3131
---
3232

3333
## Compatible components
3434

3535
Building on Midnight requires a set of compatible components to work properly. When creating DApps, it’s important to use the latest stable version of each component.
3636

37-
To view the full list of components and their compatible versions, see the [compatibility matrix](./support-matrix).
37+
To view the full list of components and their compatible versions, see the [Compatibility matrix](./support-matrix).
3838

3939
---
4040

docs/relnotes/support-matrix.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ sidebar_position: 10
1515
This matrix only reflects the latest tested versions. Earlier versions may still work, but we do not guarantee compatibility or provide support for them.
1616
:::
1717

18-
| **Functional area** | **Component** | **Version** | **Notes** |
18+
| Functional area | Component | Version | Notes |
1919
|----------------------------|-------------------------------------|-------------|---------------------------------------------|
20-
| Network | Network | **Preprod/Preview** | Current testnet environments |
20+
| Network | Network | Preprod/Preview | Current testnet environments |
2121
| | Node (Midnight) | 0.22.3 | Preview and Preprod |
2222
| Runtime and contracts | Compact devtools (`compact`) | 0.5.1 | Installs compilers, compiles contracts |
2323
| | Compact toolchain (`compact compile`) | 0.30.0 | Contract compiler for Midnight |

0 commit comments

Comments
 (0)