File tree Expand file tree Collapse file tree
packages/subgraph-service/contracts/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ abstract contract Directory {
3030 /// @dev Required to collect indexing agreement payments via Graph Horizon payments protocol
3131 IRecurringCollector private immutable RECURRING_COLLECTOR;
3232
33- address private immutable SUBGRAPH_SERVICE_EXTENSION_IMPL;
34-
3533 /// @notice The Curation contract address
3634 /// @dev Required for curation fees distribution
3735 ICuration private immutable CURATION;
@@ -106,17 +104,6 @@ abstract contract Directory {
106104 return RECURRING_COLLECTOR;
107105 }
108106
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-
120107 /**
121108 * @notice Returns the Subgraph Service contract address
122109 * @return The Subgraph Service contract
You can’t perform that action at this time.
0 commit comments