File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ OPTIONS:
65
65
```
66
66
cargo run -p availability-oracle -- \
67
67
--ipfs https://api.thegraph.com/ipfs \
68
- --subgraph https://gateway.thegraph.com/ network \
68
+ --subgraph < network-subgraph-url> \
69
69
--min-signal 10000 \
70
70
--url <url> \
71
71
--dry-run
@@ -76,7 +76,7 @@ cargo run -p availability-oracle -- \
76
76
```
77
77
cargo run -p availability-oracle -- \
78
78
--ipfs https://api.thegraph.com/ipfs \
79
- --subgraph https://gateway.thegraph.com/ network \
79
+ --subgraph < network-subgraph-url> \
80
80
--min-signal 10000 \
81
81
--url <url> \
82
82
--subgraph-availability-manager-contract <address> \
@@ -89,7 +89,7 @@ cargo run -p availability-oracle -- \
89
89
```
90
90
cargo run -p availability-oracle -- \
91
91
--ipfs https://api.thegraph.com/ipfs \
92
- --subgraph https://gateway.thegraph.com/ network \
92
+ --subgraph < network-subgraph-url> \
93
93
--min-signal 10000 \
94
94
--url <url> \
95
95
--rewards-manager-contract <address> \
You can’t perform that action at this time.
0 commit comments