Skip to content

Commit

Permalink
update rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
qzz0518 committed Feb 18, 2025
1 parent ab87fd1 commit db9ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

Expand Down

0 comments on commit db9ce96

Please sign in to comment.