Skip to content

Commit

Permalink
Update run-node-sepolia.md (#101)
Browse files Browse the repository at this point in the history
update sepolia snapshot
  • Loading branch information
BlueShells authored Aug 13, 2024
1 parent 0559cbd commit 76ba21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-node-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76ba21c

Please sign in to comment.