From dc08ddbb755a5df09537b1fafaf8e0923bed52b2 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:39:49 +0200 Subject: [PATCH] Updated watch.md - Added preview and preprod magic values - Since a recent commit (67b01e8739ed2927ced270e08daea74b03bcc7f7) preview and preprod magic values are also supported. - Updated the watch.md file according to this. --- 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.