@synapseia-network/node 0.8.13 → 0.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +0 -12
  2. package/dist/index.js +310 -497
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -200,18 +200,6 @@ Run any command with `--help` for the full option list.
200
200
  ```
201
201
  - **Override home dir:** set `SYNAPSEIA_HOME=/path/to/dir`.
202
202
 
203
- ### Advanced: point at a non-default coordinator
204
-
205
- The official coordinator is hardcoded and used automatically. Operators running their own coordinator (self-hosted clusters, dev networks) can override via environment variables:
206
-
207
- ```bash
208
- export COORDINATOR_URL=https://my-coord.example.com
209
- export COORDINATOR_WS_URL=https://my-coord.example.com
210
- synapseia start
211
- ```
212
-
213
- The CLI has no `--coordinator` flag any more; env-var override is the only supported mechanism.
214
-
215
203
  ---
216
204
 
217
205
  ## License