Skip to content

Commit b16bad0

Browse files
committed
chore: update readme
Signed-off-by: Tomás Migone <[email protected]>
1 parent ed3dd7f commit b16bad0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Subgraph Oracle verifies the availability of the subgraph files and does oth
33

44
```
55
USAGE:
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
88
FLAGS:
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]

0 commit comments

Comments
 (0)