Skip to content

Commit

Permalink
fix: ensure allocations and legacyallocations can be found.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Oct 1, 2024
1 parent e9793d8 commit 046f4bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
pragma solidity 0.8.27;

import { ISubgraphService } from "./interfaces/ISubgraphService.sol";
import { Allocation } from "./libraries/Allocation.sol";
import { LegacyAllocation } from "./libraries/LegacyAllocation.sol";

abstract contract SubgraphServiceV1Storage {
/// @notice Service providers registered in the data service
Expand Down

0 comments on commit 046f4bb

Please sign in to comment.