From 596d61ae6285c3457373b8afdd8a619b0432be0d Mon Sep 17 00:00:00 2001 From: smeb_y Date: Sat, 10 Aug 2024 13:19:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20new-titan.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new-titan.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new-titan.sh b/new-titan.sh index 575015a..a10b411 100644 --- a/new-titan.sh +++ b/new-titan.sh @@ -92,7 +92,7 @@ function install_node() { titand config node tcp://localhost:53457 # 获取初始文件和地址簿 - wget https://raw.githubusercontent.com/nezha90/titan/main/genesis/genesis.json + wget https://raw.githubusercontent.com/Titannet-dao/titan-chain/main/genesis/genesis.json mv genesis.json ~/.titan/config/genesis.json # 配置节点 @@ -100,7 +100,7 @@ function install_node() { PEERS="" sed -i 's|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.titan/config/config.toml - wget https://raw.githubusercontent.com/nezha90/titan/main/addrbook/addrbook.json + wget https://raw.githubusercontent.com/Titannet-dao/titan-chain/main/addrbook/addrbook.json mv addrbook.json ~/.titan/config/addrbook.json # 配置裁剪 @@ -275,4 +275,4 @@ function main_menu() { } # 显示主菜单 -main_menu +main_menu \ No newline at end of file