Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Apr 19, 2024
1 parent 5cc4352 commit 691531f
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,41 @@ FLAGS:
OPTIONS:
--rewards-manager-contract <rewards-manager-contract>
Address of the Graph Protocol RewardsManager contract [env: REWARDS_MANAGER_CONTRACT=]
--url <url>
RPC URL for EVM-compatible netwrok, must be a valid URL [env: RPC_URL=]
--grace-period <grace-period>
Grace period, in seconds from subgraph creation, for which subgraphs will not be checked [env:
ORACLE_GRACE_PERIOD=] [default: 0]
--ipfs <ipfs>
IPFS endpoint with access to the subgraph files [env: ORACLE_IPFS=]
--ipfs-concurrency <ipfs-concurrency>
Maximum concurrent calls to IPFS [env: ORACLE_IPFS_CONCURRENCY=] [default: 100]
--ipfs-timeout <ipfs-timeout>
IPFS timeout after which a file will be considered unavailable [env: ORACLE_IPFS_TIMEOUT_SECS=] [default:
30]
--metrics-port <metrics-port> [env: ORACLE_METRICS_PORT=] [default: 8090]
IPFS timeout after which a file will be considered unavailable [env: ORACLE_IPFS_TIMEOUT_SECS=] [default: 30]
--metrics-port <metrics-port>
[env: ORACLE_METRICS_PORT=] [default: 8090]
--min-signal <min-signal>
Minimum signal for a subgraph to be checked [env: ORACLE_MIN_SIGNAL=] [default: 100]
--period <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]
--signing-key <signing-key>
The secret key of the oracle for signing transactions [env: ORACLE_SIGNING_KEY=]
--subgraph <subgraph> Graphql endpoint to the network subgraph [env: ORACLE_SUBGRAPH=]
-s, --supported-networks <supported-networks>...
a comma separated list of the supported network ids [env: SUPPORTED_NETWORKS=] [default: mainnet]
--subgraph <subgraph>
Graphql endpoint to the network subgraph [env: ORACLE_SUBGRAPH=]
--epoch-block-oracle-subgraph <subgraph>
Graphql endpoint to the epoch block oracle subgraph used for fetching supported networks [env: EPOCH_BLOCK_ORACLE_SUBGRAPH=]
```

Expand Down

0 comments on commit 691531f

Please sign in to comment.