Skip to content

Commit e3c8479

Browse files
Update docs/zkEVM/get-started/state-sync-snapshots.md
1 parent c33b89b commit e3c8479

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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:
19+
20+
```sh
21+
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
22+
1823
2. Stop/start the database:
1924
2025
```sh

0 commit comments

Comments
 (0)