Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Feb 8, 2024
1 parent c256dda commit 4de90ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ The Subgraph Oracle verifies the availability of the subgraph files and does oth

```
USAGE:
availability-oracle [FLAGS] [OPTIONS] --contracts <contracts> --ipfs <ipfs> --signing-key <signing-key> --subgraph <subgraph>
availability-oracle [FLAGS] [OPTIONS] --rewards-manager-contract <rewards-manager-contract> \
--url <url> --ipfs <ipfs> --signing-key <signing-key> --subgraph <subgraph>
FLAGS:
--dry-run log the results but not send a transaction to the rewards manager
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --contracts <contracts>
One of: `mainnet`, `goerli`, `arbitrum-one`, `arbitrum-goerli`, `ganache/mainnet`, `sepolia` or `arbitrum-sepolia`. See
`common/src/contracts/config.rs` for the respective configurations [env: ORACLE_CONTRACTS=]
--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]
Expand Down

0 comments on commit 4de90ad

Please sign in to comment.