Skip to content

Commit

Permalink
Update date for snapshot backup (#46)
Browse files Browse the repository at this point in the history
* update_date_for_snapshot_backup

* update_date_for_snapshot_backup

---------

Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored Jan 2, 2024
1 parent 1edd0bd commit bb93014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-node-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ example:
mkdir -p ./data/geth

# latest snapshot tarball
tarball="20230101-mainnet-chaindata.tar"
tarball="20240101-mainnet-chaindata.tar"

wget https://s3.ap-southeast-1.amazonaws.com/snapshot.mantle.xyz/${tarball}

Expand Down
3 changes: 2 additions & 1 deletion run-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ example:
mkdir -p ./data/geth

# latest snapshot tarball
tarball="20230101-testnet-chaindata.tar"
tarball="20240101-testnet-chaindata.tar"


wget https://s3.ap-southeast-1.amazonaws.com/static.testnet.mantle.xyz/${tarball}

Expand Down

0 comments on commit bb93014

Please sign in to comment.