From 793057b62be6d2eaa897a8e7744a8356fdee5619 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:39:15 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artela.sh b/Artela.sh index 538eea8..1dcd4fd 100644 --- a/Artela.sh +++ b/Artela.sh @@ -100,8 +100,8 @@ function install_node() { artelad config node tcp://localhost:3457 # 获取初始文件和地址簿 - curl -L https://snapshots-testnet.nodejumper.io/artela-testnet/genesis.json > $HOME/.artelad/config/genesis.json - curl -L https://snapshots-testnet.nodejumper.io/artela-testnet/addrbook.json > $HOME/.artelad/config/addrbook.json + curl -L https://snapshots.dadunode.com/artela/genesis.json > $HOME/.artelad/config/genesis.json + curl -L https://snapshots.dadunode.com/artela/addrbook.json > $HOME/.artelad/config/addrbook.json # 配置节点 SEEDS=""