From 2ffec71f75a406b0cfb752901513401e9a7f10a2 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:50:14 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Artela.sh b/Artela.sh index 66014ef..5053ae9 100644 --- a/Artela.sh +++ b/Artela.sh @@ -129,8 +129,7 @@ function install_node() { # 下载快照 artelad tendermint unsafe-reset-all --home $HOME/.artelad --keep-addr-book - wget -O lasted_snapshot.tar.lz4 https://public-snapshot-storage-develop.s3.amazonaws.com/artela/artela_11822-1/snapshots/artela_9622238.tar.lz4 - lz4 -c -d lasted_snapshot.tar.lz4 | tar -x -C $HOME/.artelad + curl https://snapshots-testnet.nodejumper.io/artela-testnet/artela-testnet_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad # 使用 PM2 启动节点进程