Skip to content

Commit 921aed2

Browse files
committed
fix: imports in aligned.sol
1 parent 6275409 commit 921aed2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import {Merkle} from "eigenlayer-core/contracts/libraries/Merkle.sol";
99
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
1010
import {AlignedLayerServiceManagerStorage} from "./AlignedLayerServiceManagerStorage.sol";
1111
import {IAlignedLayerServiceManager} from "./IAlignedLayerServiceManager.sol";
12+
import {IPauserRegistry} from "eigenlayer-core/contracts/interfaces/IPauserRegistry.sol";
13+
import {Pausable} from "eigenlayer-core/contracts/permissions/Pausable.sol";
1214

1315
/**
1416
* @title Primary entrypoint for procuring services from Aligned.

0 commit comments

Comments
 (0)