Skip to content

Commit 23ce509

Browse files
Merge branch 'zkevm/prod-node-update' of https://github.com/0xPolygon/polygon-docs into zkevm/prod-node-update
2 parents 9ae66f1 + b12c0c0 commit 23ce509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/zkEVM/get-started/setup-nodes/production-node.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After spinning up an instance of the production node, you can run the synchroniz
1616

1717
This tutorial requires a [`docker-compose`](https://docs.docker.com/compose/install/) installation.
1818

19-
Run the following to create directory:
19+
Run the following to create a directory:
2020

2121
```sh
2222
mkdir -p ~/zkevm-node
@@ -44,7 +44,7 @@ mkdir -p ~/zkevm-node
4444

4545
We set up the Ethereum node first as it takes a long time to synchronize.
4646

47-
There are numerous ways to set up an Ethereum L1 environment; we will use Geth for this. We recommend Geth, but a Sepolia node is OK too.
47+
We recommend using Geth but a Sepolia node is OK too.
4848

4949
Follow the instructions provided in this [guide to setup and install Geth](https://geth.ethereum.org/docs/getting-started/installing-geth).
5050

@@ -85,7 +85,7 @@ Let's start setting up our zkNode:
8585

8686
4. The `example.env` file must be modified according to your configurations.
8787

88-
Edit the .env file with your favourite editor (we'll use nano in this guide):
88+
Edit the .env file with your favorite editor (we use nano):
8989

9090
```sh
9191
nano $ZKEVM_CONFIG_DIR/.env
@@ -159,5 +159,5 @@ In other words, instead of running ```cp $ZKEVM_DIR/testnet/example.env $ZKEVM_C
159159

160160
!!!info "Batch rate"
161161
- Batches are closed every 10s, or whenever they are full.
162-
- Also, the frequency of closing batches is subject to change as it depends on the prevailing configurations.
162+
- The frequency of closing batches is subject to change as it depends on the prevailing configurations.
163163
- The batch rate always needs to be updated accordingly.

0 commit comments

Comments
 (0)