Skip to content

Commit c2b526a

Browse files
committed
fix: build errors and typo
1 parent c75c894 commit c2b526a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/subgraph-service/contracts/interfaces/ISubgraphService.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ interface ISubgraphService is IDataServiceFees {
3939
address indexed serviceProvider,
4040
address indexed payer,
4141
address indexed allocationId,
42-
bytes32 indexed subgraphDeploymentId,
42+
bytes32 subgraphDeploymentId,
4343
uint256 tokensCollected,
44-
uint256 tokensCurator
44+
uint256 tokensCurators
4545
);
4646

4747
/**

0 commit comments

Comments
 (0)