From 22be12dcb00039d78164996fa044b6dfa2282611 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Thu, 25 Apr 2024 13:18:56 -0700 Subject: [PATCH] docs: update archive url for joining testnet Refs #4239, #4271. --- docs/guide/src/node/pd/join-testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/src/node/pd/join-testnet.md b/docs/guide/src/node/pd/join-testnet.md index 6368f9460e..9fa4d4c708 100644 --- a/docs/guide/src/node/pd/join-testnet.md +++ b/docs/guide/src/node/pd/join-testnet.md @@ -41,7 +41,7 @@ docs to switch to the archive-url version: ```shell pd testnet join --external-address IP_ADDRESS:26656 --moniker MY_NODE_NAME \ - --archive-url "https://snapshots.penumbra.zone/testnet/pd-migrated-state-70-71.tar.gz" + --archive-url "https://snapshots.penumbra.zone/testnet/pd-migrated-state-71-72.tar.gz" ``` where `IP_ADDRESS` (like `1.2.3.4`) is the public IP address of the node you're running,