Update Artela.sh

This commit is contained in:
smeb y 2024-07-07 16:39:15 +08:00 committed by GitHub
parent 0b35e16a26
commit 793057b62b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=""