Skip to content

Commit

Permalink
chore: rm unused interface, resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 2, 2024
1 parent 2cd43db commit 5685566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bolt-contracts/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract DeployBolt is Script {
symbioticOperatorNetOptIn,
symbioticVaultRegistry
);
console.log("BoltSymbioticMiddleware deployed at", address(eigenLayerMiddleware));
console.log("BoltSymbioticMiddleware deployed at", address(symbioticMiddleware));
vm.stopBroadcast();
}
}
1 change: 0 additions & 1 deletion bolt-contracts/src/interfaces/IBoltValidators.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity 0.8.25;

import {BLS12381} from "../lib/bls/BLS12381.sol";
import {ValidatorProver} from "../lib/ssz/ValidatorProver.sol";

interface IBoltValidators {
/// @notice Validator
Expand Down

0 comments on commit 5685566

Please sign in to comment.