From 04b4cec2582cb687b984a39373bf1e8ee9448056 Mon Sep 17 00:00:00 2001 From: samuelarogbonlo Date: Fri, 21 Jun 2024 12:30:49 +0100 Subject: [PATCH] nits: update snapshot links docs Signed-off-by: samuelarogbonlo --- cf/forest-snapshot-listing/README.md | 2 +- cf/latest-snapshot/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cf/forest-snapshot-listing/README.md b/cf/forest-snapshot-listing/README.md index c317eea2a..ad0ad9397 100644 --- a/cf/forest-snapshot-listing/README.md +++ b/cf/forest-snapshot-listing/README.md @@ -1,6 +1,6 @@ # Snapshot listing worker -This worker acts on endpoints at `https://forest-archive.chainsafe.dev/list**` and will list objects with `diff`, `lite`, and `latest` prefixes. +This worker acts on endpoints at `https://forest-internal.chainsafe.dev/list**` and will list objects with `diff`, `lite`, and `latest` prefixes. # Local deployment diff --git a/cf/latest-snapshot/README.md b/cf/latest-snapshot/README.md index 08aff3978..2f62c526f 100644 --- a/cf/latest-snapshot/README.md +++ b/cf/latest-snapshot/README.md @@ -2,12 +2,12 @@ This worker acts on two endpoints: -- `https://forest-archive.chainsafe.dev/latest/calibnet/` +- `https://forest-internal.chainsafe.dev/latest/calibnet/` - `https://forest-archive.chainsafe.dev/latest/mainnet/` -- `https://forest-archive.chainsafe.dev/archive/calibnet/*` -- `https://forest-archive.chainsafe.dev/archive/mainnet/*` -- `https://forest-archive.chainsafe.dev/archive/historical/*` +- `https://forest-internal.chainsafe.dev/archive/calibnet/*` +- `https://forest-internal.chainsafe.dev/archive/mainnet/*` +- `https://forest-internal.chainsafe.dev/archive/historical/*` These links will download the latest available snapshot for calibnet and mainnet, respectively.