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
@@ -20,7 +20,7 @@ Run the following command in your shell to install it (or visit https://rustup.r
20
20
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
21
21
```
22
22
23
-
To install the Phoenix CLI, run the following in your shell:
23
+
To install the Phoenix Legacy CLI, run the following in your shell:
24
24
25
25
```
26
26
cargo install phoenix-cli
@@ -43,7 +43,7 @@ Optionally include the following parameters when running the cli:
43
43
44
44
45
45
### get-all-markets
46
-
Returns summary information on all markets that exist on Phoenix. Summary information includes market key, base and quote token keys, and authority key. Recommended to use the no-gpa flag to read from a static config file and avoiding making an expensive network call.
46
+
Returns summary information on all markets that exist on Phoenix Legacy. Summary information includes market key, base and quote token keys, and authority key. Recommended to use the no-gpa flag to read from a static config file and avoiding making an expensive network call.
0 commit comments