Skip to content

Commit

Permalink
fix: remove ProvisionManager inheritance.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Oct 1, 2024
1 parent a598eca commit de6c822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/subgraph-service/contracts/SubgraphService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ import { PPMMath } from "@graphprotocol/horizon/contracts/libraries/PPMMath.sol"
import { Allocation } from "./libraries/Allocation.sol";
import { LegacyAllocation } from "./libraries/LegacyAllocation.sol";

import { ProvisionManager } from "@graphprotocol/horizon/contracts/data-service/utilities/ProvisionManager.sol";



contract SubgraphService is
Initializable,
OwnableUpgradeable,
ProvisionManager,
MulticallUpgradeable,
DataService,
DataServicePausableUpgradeable,
Expand Down

0 comments on commit de6c822

Please sign in to comment.