Skip to content

Commit dc77916

Browse files
missing code block reported
1 parent adb831d commit dc77916

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Follow the instructions below to run a fast state sync on a node database using
1515
curl <snapshot-url> -o <db-name>.sql.gz
1616
```
1717

18-
For example:
18+
For example:
1919

20-
```sh
21-
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
20+
```sh
21+
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
22+
```
2223

2324
2. Stop/start the database:
2425

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ nav:
6969
- zkEVM:
7070
- zkEVM: zkEVM/index.md
7171
- Overview: zkEVM/overview.md
72-
- Get started:
72+
- Build:
7373
- Get started: zkEVM/get-started/index.md
7474
- Quick start: zkEVM/get-started/quick-start.md
7575
- Setup nodes:

0 commit comments

Comments
 (0)