From 514012d17c99fe9f9cf4f826ee8845e9b94be8e6 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Tue, 7 Apr 2026 15:08:55 +0200 Subject: [PATCH] docs: remove references to `--chain` on `tempo download` --- src/pages/cli/download.mdx | 12 +++++++++++- src/pages/guide/node/rpc.mdx | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/pages/cli/download.mdx b/src/pages/cli/download.mdx index 2944aef0..8320dfdc 100644 --- a/src/pages/cli/download.mdx +++ b/src/pages/cli/download.mdx @@ -26,6 +26,9 @@ tempo download [flags] ## Examples + + +Download a snapshot from https://snapshots.tempoxyz.dev: + +```bash +tempo download -u $SNAPSHOT_URL +``` Resume an interrupted download: ```bash -tempo download --chain mainnet --resumable +tempo download -u $SNAPSHOT_URL --resumable ``` Then start your node with [`tempo node`](/cli/node). diff --git a/src/pages/guide/node/rpc.mdx b/src/pages/guide/node/rpc.mdx index 741b4f73..b349ee2a 100644 --- a/src/pages/guide/node/rpc.mdx +++ b/src/pages/guide/node/rpc.mdx @@ -12,7 +12,9 @@ RPC nodes provide API access to the Tempo network without participating in conse ```bash /dev/null/quickstart.sh#L1-15 # Download snapshot (this will help you sync much faster) -tempo download +# +# See https://snapshots.tempoxyz.dev/ for snapshots. +tempo download -u $SNAPSHOT_URL # Run node tempo node \