From 1c251c7d65b6c66c7c79e652f2e02643db1f9f9c Mon Sep 17 00:00:00 2001 From: pcw109550 Date: Thu, 20 Jun 2024 11:55:11 -0600 Subject: [PATCH] Add node snapshots to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b163d156771..7a4f0848628 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,11 @@ Optimistic Erigon is still under development. Please note that some features are - Our Otterscan (block explorer) uses our public RPC - [https://otterscan.mainnet.testinprod.io](https://otterscan.mainnet.testinprod.io) - [https://otterscan.sepolia.testinprod.io](https://otterscan.sepolia.testinprod.io) - + +### Node Snapshots + +We provide node snapshots at https://snapshot.testinprod.io. You can download the node snapshots(chaindata) by using the endpoints provided. Note that the keyword **snapshot** is different with the erigon's snapshot feature. Node snapshot is distributed in the compressed form using zstd compression. + ## Getting started with Optimism To build from the code, you can use the same command described below(`make erigon`)