diff --git a/script/SetRegistry.s.sol b/script/SetRegistry.s.sol index 2c81a40..df67e14 100644 --- a/script/SetRegistry.s.sol +++ b/script/SetRegistry.s.sol @@ -36,11 +36,6 @@ import { TransparentUpgradeableProxy } from "../lib/openzeppelin-contracts/contracts/proxy/transparent/TransparentUpgradeableProxy.sol"; -import { PubkeyRegistry } from "src/operator-registries/PubkeyRegistry.sol"; -import { SocketRegistry } from "src/operator-registries/SocketRegistry.sol"; -import { LinglongSlasher } from "src/slasher/LinglongSlasher.sol"; - -import { ITaiyiRegistryCoordinator } from "src/interfaces/ITaiyiRegistryCoordinator.sol"; import { IAVSRegistrar } from "../lib/eigenlayer-contracts/src/contracts/interfaces/IAVSRegistrar.sol"; diff --git a/script/SetupContract.s.sol b/script/SetupContract.s.sol index 520ed83..8c88284 100644 --- a/script/SetupContract.s.sol +++ b/script/SetupContract.s.sol @@ -36,8 +36,6 @@ import { TransparentUpgradeableProxy } from "../lib/openzeppelin-contracts/contracts/proxy/transparent/TransparentUpgradeableProxy.sol"; -import { PubkeyRegistry } from "src/operator-registries/PubkeyRegistry.sol"; -import { SocketRegistry } from "src/operator-registries/SocketRegistry.sol"; import { LinglongSlasher } from "src/slasher/LinglongSlasher.sol"; import { ITaiyiRegistryCoordinator } from "src/interfaces/ITaiyiRegistryCoordinator.sol";