Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
8sunyuan committed Feb 7, 2024
1 parent 95afcfb commit 983a4cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/integration/CoreRegistration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { IAVSDirectory } from "eigenlayer-contracts/src/contracts/interfaces/IAV
contract Test_CoreRegistration is MockAVSDeployer {
// Contracts
DelegationManager public delegationManager;
AVSDirectory public avsDirectory;

// Operator info
uint256 operatorPrivateKey = 420;
Expand Down
1 change: 0 additions & 1 deletion test/integration/IntegrationDeployer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ abstract contract IntegrationDeployer is Test, IUserDeployer {
AVSDirectory public avsDirectory;
StrategyManager strategyManager;
EigenPodManager eigenPodManager;
AVSDirectory avsDirectory;
PauserRegistry pauserRegistry;
Slasher slasher;
IBeacon eigenPodBeacon;
Expand Down

0 comments on commit 983a4cd

Please sign in to comment.