Skip to content

Commit 6a4190e

Browse files
committed
refine projected network info
1 parent 406b6e7 commit 6a4190e

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/evm/get-started/network-information.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Network information
2+
title: Network information (EVM)
33
---
44

55
import InlineCopy from '@site/src/components/InlineCopy';
66
import Link from '@docusaurus/Link';
77

8-
For current and historical status information for Etherlink{/* TX */}, see https://status.etherlink.com.
9-
8+
This page contains information for connecting to the public Etherlink{/* TX */} networks via the Michelson interface.
109
For using the networks via the Michelson interface, see [Michelson network information](/michelson/network-information).
1110

11+
For current and historical status information for Etherlink{/* TX */}, see https://status.etherlink.com.
12+
1213
For every network, we provide two public EVM endpoints: a full RPC endpoint and a
1314
relay endpoint. The full RPC endpoint can be consumed by Etherlink EVM{/* TEVM */} users and
1415
decentralized applications to interact with the chain. The relay endpoint

docs/michelson/network-information.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
title: Network information
2+
title: Network information (Michelson)
33
---
44

5-
For current and historical status information for Etherlink, see https://status.etherlink.com.
6-
5+
This page contains information for connecting to the public Etherlink<!--TX--> networks via the Michelson interface.
76
For using the networks via the EVM interface, see [EVM network information](/evm/get-started/network-information).
87

8+
For current and historical status information for Etherlink<!--TX-->, see https://status.etherlink.com.
9+
910
## Etherlink<!--TX--> Mainnet
1011

1112
| Network parameter | Value |
1213
|---|---|
1314
| Network identifier | TODO |
14-
| Endpoint | N/A ([run your own EVM node](/network/evm-nodes)) |
15+
| Endpoint | N/A ([run your own node](/network/evm-nodes)) |
1516
| Indexer | TODO |
16-
| Faucet | TODO |
17-
| Bridge | TODO |
17+
| Bridge | TODO (instead [bridge to EVM](/evm/bridging)) |
1818

1919
## Etherlink<!--TX--> Shadownet Testnet
2020

2121
| Network parameter | Value |
2222
|---|---|
2323
| Network identifier | TODO |
24-
| Endpoint | N/A (must run your own EVM node) |
24+
| Endpoint | N/A ([run your own node](/network/evm-nodes)) |
2525
| Indexer | TODO |
26-
| Faucet | TODO |
27-
| Bridge | TODO |
26+
| Faucet | TODO (instead [get EVM test tokens](/evm/get-started/getting-testnet-tokens)) |
27+
| Bridge | TODO (instead [bridge to EVM](/evm/bridging))|
2828

2929
## Etherlink<!--TX--> Previewnet Testnet
3030

0 commit comments

Comments
 (0)