Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4c5573f

Browse files
f: remove unused extension references
1 parent b767d80 commit 4c5573f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

‎packages/subgraph-service/contracts/utilities/Directory.sol‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /