File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/subgraph-service/contracts/utilities Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ abstract contract Directory {
40
40
* @param disputeManager The Dispute Manager contract address
41
41
* @param graphTallyCollector The Graph Tally Collector contract address
42
42
* @param curation The Curation contract address
43
+ * @param recurringCollector The Recurring Collector contract address
43
44
*/
44
45
event SubgraphServiceDirectoryInitialized (
45
46
address subgraphService ,
@@ -99,6 +100,7 @@ abstract contract Directory {
99
100
100
101
/**
101
102
* @notice Returns the Recurring Collector contract address
103
+ * @return The Recurring Collector contract
102
104
*/
103
105
function recurringCollector () external view returns (IRecurringCollector) {
104
106
return RECURRING_COLLECTOR;
You can’t perform that action at this time.
0 commit comments