You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +46,18 @@ In normal mode, the tool shows a simplified view focused on usability:
42
46
- Exchange column shows human-readable format (e.g., "cUSD <-> CELO")
43
47
- Technical details like Exchange IDs, Asset addresses, and Limit IDs are hidden
44
48
49
+
### Verbose Mode
50
+
51
+
Use the `--verbose` or `-v` flag to enable verbose output:
52
+
53
+
```bash
54
+
yarn tradingLimits --verbose
55
+
```
56
+
57
+
In verbose mode, the tool displays additional technical information:
58
+
59
+
-**Limit ID** column: Shows the unique identifier for each trading limit (a hex string generated from the exchange ID and asset address using XOR operation)
60
+
45
61
## Understanding Trading Limits
46
62
47
63
Mento uses a multi-tiered trading limit system:
@@ -70,6 +86,7 @@ The script produces a table with the following columns:
70
86
| Resets In | Time until limit window resets |
71
87
| Reset Time | Unix timestamp when limit resets |
72
88
| Status | Current status (ACTIVE, INFLOWS BLOCKED, OUTFLOWS BLOCKED, or BLOCKED) |
89
+
| Limit ID | Unique identifier for the trading limit (visible in verbose mode only) |
73
90
74
91
The tool uses color-coded statuses to indicate the current state of each trading limit:
75
92
@@ -80,7 +97,7 @@ The tool uses color-coded statuses to indicate the current state of each trading
0 commit comments