From 86c793aa3c41d04d70c9fb7ded05e024552dca14 Mon Sep 17 00:00:00 2001 From: WillQ Date: Fri, 16 May 2025 17:07:25 +0800 Subject: [PATCH] update script --- script/SetRegistry.s.sol | 5 ----- script/SetupContract.s.sol | 2 -- 2 files changed, 7 deletions(-) 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";