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]