Skip to content

Commit

Permalink
fix: imports in aligned.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Sep 21, 2024
1 parent 6275409 commit 921aed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions contracts/src/core/AlignedLayerServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {Merkle} from "eigenlayer-core/contracts/libraries/Merkle.sol";
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
import {AlignedLayerServiceManagerStorage} from "./AlignedLayerServiceManagerStorage.sol";
import {IAlignedLayerServiceManager} from "./IAlignedLayerServiceManager.sol";
import {IPauserRegistry} from "eigenlayer-core/contracts/interfaces/IPauserRegistry.sol";
import {Pausable} from "eigenlayer-core/contracts/permissions/Pausable.sol";

/**
* @title Primary entrypoint for procuring services from Aligned.
Expand Down

0 comments on commit 921aed2

Please sign in to comment.