Skip to content

Commit 2901901

Browse files
committed
fix: replace network subgraph url with placeholder
1 parent 077583e commit 2901901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ OPTIONS:
6565
```
6666
cargo run -p availability-oracle -- \
6767
--ipfs https://api.thegraph.com/ipfs \
68-
--subgraph https://gateway.thegraph.com/network \
68+
--subgraph <network-subgraph-url> \
6969
--min-signal 10000 \
7070
--url <url> \
7171
--dry-run
@@ -76,7 +76,7 @@ cargo run -p availability-oracle -- \
7676
```
7777
cargo run -p availability-oracle -- \
7878
--ipfs https://api.thegraph.com/ipfs \
79-
--subgraph https://gateway.thegraph.com/network \
79+
--subgraph <network-subgraph-url> \
8080
--min-signal 10000 \
8181
--url <url> \
8282
--subgraph-availability-manager-contract <address> \
@@ -89,7 +89,7 @@ cargo run -p availability-oracle -- \
8989
```
9090
cargo run -p availability-oracle -- \
9191
--ipfs https://api.thegraph.com/ipfs \
92-
--subgraph https://gateway.thegraph.com/network \
92+
--subgraph <network-subgraph-url> \
9393
--min-signal 10000 \
9494
--url <url> \
9595
--rewards-manager-contract <address> \

0 commit comments

Comments
 (0)