File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
packages/subgraph-service/contracts/utilities Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ abstract contract Directory {
30
30
/// @dev Required to collect indexing agreement payments via Graph Horizon payments protocol
31
31
IRecurringCollector private immutable RECURRING_COLLECTOR;
32
32
33
- address private immutable SUBGRAPH_SERVICE_EXTENSION_IMPL;
34
-
35
33
/// @notice The Curation contract address
36
34
/// @dev Required for curation fees distribution
37
35
ICuration private immutable CURATION;
@@ -106,17 +104,6 @@ abstract contract Directory {
106
104
return RECURRING_COLLECTOR;
107
105
}
108
106
109
- /**
110
- * @notice Returns the Subgraph Service Extension implementation contract address
111
- */
112
- function _subgraphServiceExtensionImpl () internal view returns (address ) {
113
- return SUBGRAPH_SERVICE_EXTENSION_IMPL;
114
- }
115
-
116
- function _directory () internal view returns (Directory) {
117
- return Directory (address (this ));
118
- }
119
-
120
107
/**
121
108
* @notice Returns the Subgraph Service contract address
122
109
* @return The Subgraph Service contract
You can’t perform that action at this time.
0 commit comments