diff --git a/docs/project/GITHUB_PULL_SUMMARY.md b/docs/project/GITHUB_PULL_SUMMARY.md index 31a854a9..855a9d53 100644 --- a/docs/project/GITHUB_PULL_SUMMARY.md +++ b/docs/project/GITHUB_PULL_SUMMARY.md @@ -56,7 +56,7 @@ curl http://localhost:8005/rpc/info # Result: height=0, total_accounts=7 # Coordinator API -curl http://localhost:8000/health +curl http://localhost:8011/health # Result: {"status":"ok","env":"dev","python_version":"3.13.5"} ``` diff --git a/docs/project/WORKING_SETUP.md b/docs/project/WORKING_SETUP.md index e1273c98..0d639261 100644 --- a/docs/project/WORKING_SETUP.md +++ b/docs/project/WORKING_SETUP.md @@ -115,14 +115,14 @@ Key properties: 1. **Coordinator health**: ```bash - curl http://localhost:8000/health + curl http://localhost:8011/health # Expected: {"status":"ok",...} ``` 2. **Wallet balance** (once wallet daemon is up and wallet file present): ```bash # Coordinator forwards to wallet daemon - curl http://localhost:8000/v1/agent-identity/identities/.../wallets//balance + curl http://localhost:8011/v1/agent-identity/identities/.../wallets//balance ``` 3. **Blockchain node health**: