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

Commit b9a57e1

Browse files
authored
Merge pull request #99 from exfinen/change-notary-server-url
Change default notary server host from notary to prod-notary
2 parents b508f87 + 0ec6c48 commit b9a57e1

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)