Skip to content

Commit bf38303

Browse files
committed
chore: update README
1 parent 963edff commit bf38303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ FLAGS:
1111
-V, --version Prints version information
1212
1313
OPTIONS:
14+
--epoch-block-oracle-subgraph <subgraph>
15+
Graphql endpoint to the epoch block oracle subgraph used for fetching supported networks [env: EPOCH_BLOCK_ORACLE_SUBGRAPH=]
16+
1417
--grace-period <grace-period>
1518
Grace period, in seconds from subgraph creation, for which subgraphs will not be checked [env: ORACLE_GRACE_PERIOD=] [default: 0]
1619
@@ -22,7 +25,7 @@ OPTIONS:
2225
2326
--ipfs-timeout <ipfs-timeout>
2427
IPFS timeout after which a file will be considered unavailable [env: ORACLE_IPFS_TIMEOUT_SECS=] [default: 30]
25-
28+
2629
--metrics-port <metrics-port>
2730
[env: ORACLE_METRICS_PORT=] [default: 8090]
2831
@@ -49,9 +52,6 @@ OPTIONS:
4952
5053
--supported-data-source-kinds <supported-data-source-kinds>...
5154
a comma separated list of the supported data source kinds [env: SUPPORTED_DATA_SOURCE_KINDS=] [default: ethereum,ethereum/contract,file/ipfs,substreams,file/arweave]
52-
53-
-s, --supported-networks <supported-networks>...
54-
a comma separated list of the supported network ids [env: SUPPORTED_NETWORKS=] [default: mainnet]
5555
5656
--url <url>
5757
RPC url for the network [env: RPC_URL=]

0 commit comments

Comments
 (0)