File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ The Subgraph Oracle verifies the availability of the subgraph files and does oth
33
44```
55USAGE:
6- availability-oracle [FLAGS] [OPTIONS] --contracts <contracts> --ipfs <ipfs> --oracle <oracle> -- signing-key <signing-key> --subgraph <subgraph>
6+ availability-oracle [FLAGS] [OPTIONS] --contracts <contracts> --ipfs <ipfs> --signing-key <signing-key> --subgraph <subgraph>
77
88FLAGS:
99 --dry-run log the results but not send a transaction to the rewards manager
@@ -30,9 +30,6 @@ OPTIONS:
3030 --min-signal <min-signal>
3131 Minimum signal for a subgraph to be checked [env: ORACLE_MIN_SIGNAL=] [default: 100]
3232
33- -o, --oracle <oracle>
34- The address used by by the oracle to sign transactions [env: ORACLE_ADDRESS=]
35-
3633 --period <period>
3734 How often the oracle should check the subgraphs. With the default value of 0, the oracle will run once and
3835 terminate [env: ORACLE_PERIOD_SECS=] [default: 0]
You can’t perform that action at this time.
0 commit comments