Skip to content

Commit

Permalink
change default notary server host from notary to prod-notary
Browse files Browse the repository at this point in the history
  • Loading branch information
exfinen committed Dec 16, 2024
1 parent b508f87 commit 0ec6c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpc_demo_infra/client_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ec6c48

Please sign in to comment.