From b16bad0d810fad09afc9a8d988cf960b67f607fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Tue, 6 Feb 2024 11:46:55 -0300 Subject: [PATCH] chore: update readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index af3481d..4b5912f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Subgraph Oracle verifies the availability of the subgraph files and does oth ``` USAGE: - availability-oracle [FLAGS] [OPTIONS] --contracts --ipfs --oracle --signing-key --subgraph + availability-oracle [FLAGS] [OPTIONS] --contracts --ipfs --signing-key --subgraph FLAGS: --dry-run log the results but not send a transaction to the rewards manager @@ -30,9 +30,6 @@ OPTIONS: --min-signal Minimum signal for a subgraph to be checked [env: ORACLE_MIN_SIGNAL=] [default: 100] - -o, --oracle - The address used by by the oracle to sign transactions [env: ORACLE_ADDRESS=] - --period How often the oracle should check the subgraphs. With the default value of 0, the oracle will run once and terminate [env: ORACLE_PERIOD_SECS=] [default: 0]