We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33b89b commit e3c8479Copy full SHA for e3c8479
docs/zkEVM/get-started/state-sync-snapshots.md
@@ -15,6 +15,11 @@ Follow the instructions below to run a fast state sync on a node database using
15
curl <snapshot-url> -o <db-name>.sql.gz
16
```
17
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
23
2. Stop/start the database:
24
25
```sh
0 commit comments