From fe3030d0c044942344a203b69bcbbdc95dd17d0e Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Fri, 13 Mar 2026 14:07:17 +0100 Subject: [PATCH 1/2] chore: add merge snapshot admonition --- docs/docs/users/guides/advanced/archival_snapshots.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/users/guides/advanced/archival_snapshots.md b/docs/docs/users/guides/advanced/archival_snapshots.md index 5f68f9ce9d13..bef1a1c2efd5 100644 --- a/docs/docs/users/guides/advanced/archival_snapshots.md +++ b/docs/docs/users/guides/advanced/archival_snapshots.md @@ -25,6 +25,13 @@ Archival snapshots are publicly available at: - Calibnet lite: https://forest-archive.chainsafe.dev/list/calibnet/lite - Calibnet diff: https://forest-archive.chainsafe.dev/list/calibnet/diff +:::tip + +You most likely don't need to download every snapshot and merge it into a single file. Read on to understand how to use the snapshots together and only download the ones you need for your period of interest. + +::: + + ## How lite and diff snapshots work together :::warning From 89a12200d427dcf5cd08c5bcca91ac50d39401bf Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Fri, 13 Mar 2026 14:37:41 +0100 Subject: [PATCH 2/2] fmt --- docs/docs/users/guides/advanced/archival_snapshots.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/users/guides/advanced/archival_snapshots.md b/docs/docs/users/guides/advanced/archival_snapshots.md index bef1a1c2efd5..93b131107a75 100644 --- a/docs/docs/users/guides/advanced/archival_snapshots.md +++ b/docs/docs/users/guides/advanced/archival_snapshots.md @@ -27,11 +27,10 @@ Archival snapshots are publicly available at: :::tip -You most likely don't need to download every snapshot and merge it into a single file. Read on to understand how to use the snapshots together and only download the ones you need for your period of interest. +You most likely don't need to download every snapshot and merge it into a single file. Read on to understand how to use the snapshots together and only download the ones you need for your period of interest. ::: - ## How lite and diff snapshots work together :::warning