Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0ec6c48

Browse files
committed
change default notary server host from notary to prod-notary
1 parent b508f87 commit 0ec6c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpc_demo_infra/client_cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Settings(BaseSettings):
77
# Coordination server settings
88
coordination_server_url: str = "http://localhost:8005"
9-
notary_server_host: str = "notary.mpcstats.org"
9+
notary_server_host: str = "prod-notary.mpcstats.org"
1010
notary_server_port: int = 8003
1111

1212
# mpc-demo-infra/certs

0 commit comments

Comments
 (0)