From 2786fe552ac2ad772ff958b6de82a45652c7669a Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Fri, 9 Sep 2022 18:01:58 +0200 Subject: [PATCH] docs: Add preview and preprod magic values to `watch` usage (#398) --- book/src/usage/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/usage/watch.md b/book/src/usage/watch.md index e6e098ea..65e05dec 100644 --- a/book/src/usage/watch.md +++ b/book/src/usage/watch.md @@ -17,7 +17,7 @@ oura watch [OPTIONS] ### Options - `--bearer `: an option that specifies the type of bearer to use. Possible values are `tcp` and `unix`. If omitted, the value `unix` is used as default. -- `--magic `: the magic number of the network you're connecting to. Possible values are `mainnet`, `testnet` or a numeric value. If omitted, the value `mainnet` is used as default. +- `--magic `: the magic number of the network you're connecting to. Possible values are `mainnet`, `testnet`, `preview`, `preprod` or a numeric value. If omitted, the value `mainnet` is used as default. - `--mode `: an option to force the which set of mini-protocols to use when connecting to the Cardano node. Possible values: `node` and `client`. If omitted, _Oura_ will infer the standard protocols for the specified bearer. - `--since ,`: an option to specify from which point in the chain _Oura_ should start reading from. The point is referenced by passing the slot of the block followed by a comma and the hash of the block (`,`). If omitted, _Oura_ will start reading from the tail (tip) of the node.