From 0ec6c483739ed1226b139b4727bae4d02f673b10 Mon Sep 17 00:00:00 2001 From: exfinen <47593166+exfinen@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:05:48 +0900 Subject: [PATCH] change default notary server host from notary to prod-notary --- mpc_demo_infra/client_cli/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpc_demo_infra/client_cli/config.py b/mpc_demo_infra/client_cli/config.py index f333a3d..1b9139e 100644 --- a/mpc_demo_infra/client_cli/config.py +++ b/mpc_demo_infra/client_cli/config.py @@ -6,7 +6,7 @@ class Settings(BaseSettings): # Coordination server settings coordination_server_url: str = "http://localhost:8005" - notary_server_host: str = "notary.mpcstats.org" + notary_server_host: str = "prod-notary.mpcstats.org" notary_server_port: int = 8003 # mpc-demo-infra/certs