Skip to content

Commit 1250d20

Browse files
Merge pull request 0xPolygon#361 from 0xPolygon/testnet/seo
Updating testnet page for SEO purposes
2 parents 516f314 + 87c8603 commit 1250d20

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
!!!caution
22
Check the list of potential risks associated with the use of Polygon zkEVM in the [Disclosures](../../troubleshooting/risk-disclosures.md) section.
33

4-
Connect to either the Polygon zkEVM's mainnet or the testnet.
4+
## Connect to zkEVM mainnet or testnet
55

6-
Add the Polygon zkEVM network of your choice to your wallet by navigating to the add network input, and enter the respective network details as given in the below table:
6+
Connect your wallet to the Polygon zkEVM network of your choice by navigating to the add network input and entering the respective network details as shown in the table:
77

8-
| Network | RPC URL | ChainID | Block Explorer URL | Currency |
8+
| Network | RPC URL | ChainID | Block explorer URL | Currency |
99
| ------- | ------------------------------- | ---------------- | ---------------- | ----- |
1010
| Polygon zkEVM | `https://zkevm-rpc.com` | `1101` | `https://zkevm.polygonscan.com/` | **ETH** |
11-
| Cardona Testnet | `https://rpc.cardona.zkevm-rpc.com` | `2442` | `https://cardona-zkevm.polygonscan.com/` | **ETH** |
12-
| zkEVM Testnet (Deprecating soon!) | `https://rpc.public.zkevm-test.net` | `1442` | `https://testnet-zkevm.polygonscan.com` | **ETH** |
11+
| Cardona testnet | `https://rpc.cardona.zkevm-rpc.com` | `2442` | `https://cardona-zkevm.polygonscan.com/` | **ETH** |
12+
| zkEVM testnet (deprecating soon!) | `https://rpc.public.zkevm-test.net` | `1442` | `https://testnet-zkevm.polygonscan.com` | **ETH** |
1313

14-
Here is a video tutorial on how to add Polygon zkEVM Testnet to MetaMask and deploy smart contracts:
14+
## Video demo
15+
16+
Here is a video tutorial on how to add Polygon zkEVM testnet to MetaMask and deploy smart contracts:
1517

1618
<video loop width="100%" height="100%" controls="true" >
1719
<source type="video/mp4" src="../../../../img/zkEVM/tutorial.mp4"></source>
@@ -20,4 +22,4 @@ Here is a video tutorial on how to add Polygon zkEVM Testnet to MetaMask and dep
2022

2123
Once the wallet is connected, the next step is to bridge crypto assets from Ethereum to zkEVM.
2224

23-
For testnet purposes, you can use the zkEVM faucet to get testnet tokens.
25+
For testnet purposes, use the [zkEVM faucet](zkevm-faucet.md) to get testnet tokens.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ nav:
105105
- Get started:
106106
- Get started: zkEVM/get-started/index.md
107107
- Quick start:
108-
- Connecting to zkEVM: zkEVM/get-started/quick-start/connect-wallet.md
108+
- zkEVM testnet & mainnet: zkEVM/get-started/quick-start/connect-wallet.md
109109
- Using Polygon faucet: zkEVM/get-started/quick-start/zkevm-faucet.md
110110
- Bridging assets to zkEVM: zkEVM/get-started/quick-start/bridge-to-zkevm.md
111111
- Gas station: zkEVM/get-started/zkevm-gas-station.md
@@ -135,7 +135,6 @@ nav:
135135
- User fees: zkEVM/architecture/user-fees.md
136136
- zkEVM protocol:
137137
- zkEVM protocol: zkEVM/architecture/protocol/index.md
138-
139138
- State management: zkEVM/architecture/protocol/state-management.md
140139
- Transaction life cycle:
141140
- Submit transactions: zkEVM/architecture/protocol/transaction-life-cycle/submit-transaction.md

0 commit comments

Comments
 (0)