@morpho-dev/router 0.1.16 → 0.1.18

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 CHANGED
@@ -19,17 +19,17 @@ pnpm add -g @morpho-dev/router
19
19
  Examples:
20
20
 
21
21
  ```bash
22
- # Router with seeded random offers
23
- router start --seed 100
24
-
25
22
  # Router with postgres database and custom port
26
23
  router start --db-endpoint <db url> --port 8080
27
24
 
28
- # Router with offers loaded from file
29
- router start --file offers.json
30
-
31
25
  # Start Router indexer (Default indexer,api)
32
26
  router start --services indexer
27
+
28
+ # Router Mock with seeded random offers
29
+ router mock --seed 100
30
+
31
+ # Router with offers loaded from file
32
+ router mock --file offers.json
33
33
  ```
34
34
 
35
35
  <!-- AUTO-GENERATED: CLI-HELP START -->