Skip to content

Commit

Permalink
fix: use new constants in subgraphservice.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Sep 30, 2024
1 parent 3b3ef27 commit 4d3a5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/subgraph-service/contracts/SubgraphService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ import { ProvisionManager } from "@graphprotocol/horizon/contracts/data-service/
contract SubgraphService is
Initializable,
OwnableUpgradeable,
ProvisionManager,
DataService,
DataServicePausableUpgradeable,
DataServiceFees,
Directory,
AllocationManager,
SubgraphServiceV1Storage,
IRewardsIssuer,
ISubgraphService,
ProvisionManager
ISubgraphService
{
using PPMMath for uint256;
using Allocation for mapping(address => Allocation.State);
Expand Down

0 comments on commit 4d3a5cf

Please sign in to comment.