Skip to content

Commit

Permalink
update_sepolia_readme (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored May 21, 2024
1 parent 658f009 commit 4485ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
echo $(date)
current_time=$(grep -Eo '[0-9]{8}' run-node-mainnetv2.md |head -n1)
sed -i "s/${current_time}/$date/g" run-node-mainnetv2.md
sed -i "s/${current_time}/$date/g" run-node-sepolia.md
git config --global user.email "[email protected]"
git config --global user.name "mantle-github-bot"
git add run-node-mainnetv2.md
git add run-node-mainnetv2.md run-node-sepolia.md
git commit -m "update snapshot tar date"
git push https://mantle-github-bot:${{ secrets.PAT }}@github.com/mantlenetworkio/networks.git main
6 changes: 1 addition & 5 deletions run-node-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ example:
mkdir -p ./data/sepolia-geth

# latest snapshot tarball
linux:
date=$(date -d "2 days ago" +%Y%m%d)
mac:
date=$(date -v-2d +%Y%m%d)

tarball="$date-sepolia-chaindata.tar"
tarball="20240519-sepolia-chaindata.tar.zst"

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

Expand Down

0 comments on commit 4485ba3

Please sign in to comment.