diff --git a/README.md b/README.md index a0f9c27..a69bbc2 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,14 @@ FLAGS: OPTIONS: --rewards-manager-contract Address of the Graph Protocol RewardsManager contract [env: REWARDS_MANAGER_CONTRACT=] + --url RPC URL for EVM-compatible netwrok, must be a valid URL [env: RPC_URL=] + --grace-period Grace period, in seconds from subgraph creation, for which subgraphs will not be checked [env: ORACLE_GRACE_PERIOD=] [default: 0] + --ipfs IPFS endpoint with access to the subgraph files [env: ORACLE_IPFS=] @@ -26,21 +29,26 @@ OPTIONS: Maximum concurrent calls to IPFS [env: ORACLE_IPFS_CONCURRENCY=] [default: 100] --ipfs-timeout - IPFS timeout after which a file will be considered unavailable [env: ORACLE_IPFS_TIMEOUT_SECS=] [default: - 30] - --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 + [env: ORACLE_METRICS_PORT=] [default: 8090] + --min-signal Minimum signal for a subgraph to be checked [env: ORACLE_MIN_SIGNAL=] [default: 100] --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 The secret key of the oracle for signing transactions [env: ORACLE_SIGNING_KEY=] - --subgraph Graphql endpoint to the network subgraph [env: ORACLE_SUBGRAPH=] - -s, --supported-networks ... - a comma separated list of the supported network ids [env: SUPPORTED_NETWORKS=] [default: mainnet] + --subgraph + Graphql endpoint to the network subgraph [env: ORACLE_SUBGRAPH=] + + --epoch-block-oracle-subgraph + Graphql endpoint to the epoch block oracle subgraph used for fetching supported networks [env: EPOCH_BLOCK_ORACLE_SUBGRAPH=] ```