Skip to content

Commit 2ca1ece

Browse files
authored
Merge pull request 0xPolygon#592 from 0xPolygon/review-zkevm-snapshots
zkEVM update - Adding snapshots admonition
2 parents 0a56a5b + 8ede026 commit 2ca1ece

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
comments: true
33
---
44

5-
!!! important
6-
New and streamlined state sync process coming online soon.
5+
!!! warning
6+
7+
**Apologies to zkEVM users**
8+
9+
We don't have snapshots from the time we moved from AWS to GCP. That’s since February, 2024.
10+
11+
As we are moving towards an Erigon-based CDK, which has no PostgreSQL, the task to prepare snapshots is on-hold.
12+
13+
Also, it is expected to take only hours, instead of days, for Erigon to sync from scratch.
714

8-
Follow the instructions below to run a fast state sync on a node database using the relevant snapshot. Snapshot URLs are available in the [snapshots section](#snapshots).
15+
So, there will be no need for snapshots.
16+
17+
As a result, this document will soon be deprecated.
18+
19+
20+
Follow the instructions below to run a fast state sync on a node database using the relevant snapshot. Snapshot URLs are available in the [snapshots subsection](#snapshots) below.
921

1022
## Sync a database
1123

@@ -75,4 +87,3 @@ https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-bridgedb.sql.gz (312MB)
7587
https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz (1.9GB)
7688
https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-hashdb.sql.gz (49GB)
7789
```
78-

0 commit comments

Comments
 (0)