@usherlabs/cex-broker 0.0.1 → 0.1.2
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.
- package/README.md +2 -2
- package/dist/commands/cli.js +33747 -33699
- package/dist/index.js +33742 -33694
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -314,7 +314,7 @@ const config = {
|
|
|
314
314
|
|
|
315
315
|
### Secondary Broker Support
|
|
316
316
|
|
|
317
|
-
For high-availability and
|
|
317
|
+
For high-availability, load balancing and compartmentalized capital management, **you can configure multiple API keys per exchange**:
|
|
318
318
|
|
|
319
319
|
```env
|
|
320
320
|
# Primary keys
|
|
@@ -338,7 +338,7 @@ metadata.set('use-secondary-key', '2'); // Use secondary broker 2
|
|
|
338
338
|
|
|
339
339
|
### Zero-Knowledge Proof Integration
|
|
340
340
|
|
|
341
|
-
Enable privacy-preserving
|
|
341
|
+
**Enable privacy-preserving proof over CEX data** with [Verity zkTLS integration](https://github.com/usherlabs/verity-dp):
|
|
342
342
|
|
|
343
343
|
```bash
|
|
344
344
|
# Start with Verity integration
|