From 76ba21c63dd8476ee9ab161c0188f05050768b19 Mon Sep 17 00:00:00 2001 From: ZhiMing Zhang Date: Tue, 13 Aug 2024 16:57:47 +0800 Subject: [PATCH] Update run-node-sepolia.md (#101) update sepolia snapshot --- run-node-sepolia.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-node-sepolia.md b/run-node-sepolia.md index ddc95ff..65e116f 100644 --- a/run-node-sepolia.md +++ b/run-node-sepolia.md @@ -57,10 +57,10 @@ mkdir -p ./data/sepolia-geth ``` # download the latest official snapshot -wget https://s3.ap-southeast-1.amazonaws.com/snapshot.sepolia.mantle.xyz/20240707-sepolia-chaindata.tar.zst +wget https://s3.ap-southeast-1.amazonaws.com/snapshot.sepolia.mantle.xyz/20240811-sepolia-chaindata.tar.zst # unzip snapshot to the ledger path -tar --use-compress-program=unzstd -xvf 20240707-sepolia-chaindata.tar.zst -C ./data/sepolia-geth +tar --use-compress-program=unzstd -xvf 20240811-sepolia-chaindata.tar.zst -C ./data/sepolia-geth ``` Check the data was unarchived successfully: