Skip to content

Commit 4de90ad

Browse files
committed
chore: update readme
1 parent c256dda commit 4de90ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ 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> --signing-key <signing-key> --subgraph <subgraph>
6+
availability-oracle [FLAGS] [OPTIONS] --rewards-manager-contract <rewards-manager-contract> \
7+
--url <url> --ipfs <ipfs> --signing-key <signing-key> --subgraph <subgraph>
78
89
FLAGS:
910
--dry-run log the results but not send a transaction to the rewards manager
1011
-h, --help Prints help information
1112
-V, --version Prints version information
1213
1314
OPTIONS:
14-
-c, --contracts <contracts>
15-
One of: `mainnet`, `goerli`, `arbitrum-one`, `arbitrum-goerli`, `ganache/mainnet`, `sepolia` or `arbitrum-sepolia`. See
16-
`common/src/contracts/config.rs` for the respective configurations [env: ORACLE_CONTRACTS=]
15+
--rewards-manager-contract <rewards-manager-contract>
16+
Address of the Graph Protocol RewardsManager contract [env: REWARDS_MANAGER_CONTRACT=]
17+
--url <url>
18+
RPC URL for EVM-compatible netwrok, must be a valid URL [env: RPC_URL=]
1719
--grace-period <grace-period>
1820
Grace period, in seconds from subgraph creation, for which subgraphs will not be checked [env:
1921
ORACLE_GRACE_PERIOD=] [default: 0]

0 commit comments

Comments
 (0)