Skip to content

Commit

Permalink
fix: replace network subgraph url with placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Apr 22, 2024
1 parent 077583e commit 2901901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ OPTIONS:
```
cargo run -p availability-oracle -- \
--ipfs https://api.thegraph.com/ipfs \
--subgraph https://gateway.thegraph.com/network \
--subgraph <network-subgraph-url> \
--min-signal 10000 \
--url <url> \
--dry-run
Expand All @@ -76,7 +76,7 @@ cargo run -p availability-oracle -- \
```
cargo run -p availability-oracle -- \
--ipfs https://api.thegraph.com/ipfs \
--subgraph https://gateway.thegraph.com/network \
--subgraph <network-subgraph-url> \
--min-signal 10000 \
--url <url> \
--subgraph-availability-manager-contract <address> \
Expand All @@ -89,7 +89,7 @@ cargo run -p availability-oracle -- \
```
cargo run -p availability-oracle -- \
--ipfs https://api.thegraph.com/ipfs \
--subgraph https://gateway.thegraph.com/network \
--subgraph <network-subgraph-url> \
--min-signal 10000 \
--url <url> \
--rewards-manager-contract <address> \
Expand Down

0 comments on commit 2901901

Please sign in to comment.