From db9ce96e15c94ac637a55c67421a3b6cca4c3295 Mon Sep 17 00:00:00 2001 From: qzz0518 Date: Wed, 19 Feb 2025 03:36:53 +0900 Subject: [PATCH] update rpc --- nexus-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus-manager.sh b/nexus-manager.sh index b89231b..0e38ae4 100644 --- a/nexus-manager.sh +++ b/nexus-manager.sh @@ -189,7 +189,7 @@ start_prover() { fi fi - tmux new-session -d -s "$SESSION_NAME" "cd '$NEXUS_HOME' && ./prover beta.orchestrator.nexus.xyz" + tmux new-session -d -s "$SESSION_NAME" "cd '$NEXUS_HOME' && ./prover rpc.nexus.xyz/ws" echo -e "${GREEN}Prover 已启动,选择2可查看运行日志${NC}" }