diff --git a/remappings.txt b/remappings.txt index 5c5ebc0b..44907f0a 100644 --- a/remappings.txt +++ b/remappings.txt @@ -6,5 +6,4 @@ hardhat/=node_modules/hardhat/ @prb/test/=lib/prb-test/src/ @prb/math/=lib/prb-math/ solady/=dependencies/@fdk-0.3.1-beta/dependencies/@solady-0.0.228/src/ -@fdk=dependencies/@fdk-0.3.1-beta/script/ -postcheck/=script/post-check/ \ No newline at end of file +@fdk=dependencies/@fdk-0.3.1-beta/script/ \ No newline at end of file diff --git a/script/post-check/manager/PostCheck_BridgeManager.s.sol b/script/post-check/manager/PostCheck_BridgeManager.s.sol index b1c17289..ba953ae9 100644 --- a/script/post-check/manager/PostCheck_BridgeManager.s.sol +++ b/script/post-check/manager/PostCheck_BridgeManager.s.sol @@ -1,10 +1,10 @@ // SPDX-License-Identifier: MIT pragma solidity ^0.8.19; -import { PostCheck_BridgeManager_CRUD_AddBridgeOperators } from "postcheck/manager/crud/PostCheck_BridgeManager_CRUD_AddBridgeOperators.s.sol"; -import { PostCheck_BridgeManager_CRUD_RemoveBridgeOperators } from "postcheck/manager/crud/PostCheck_BridgeManager_CRUD_RemoveBridgeOperators.s.sol"; -import { PostCheck_BridgeManager_Proposal } from "postcheck/manager/proposal/PostCheck_BridgeManager_Proposal.s.sol"; -import { PostCheck_BridgeManager_Quorum } from "postcheck/manager/quorum/PostCheck_BridgeManager_Quorum.s.sol"; +import { PostCheck_BridgeManager_CRUD_AddBridgeOperators } from "./crud/PostCheck_BridgeManager_CRUD_AddBridgeOperators.s.sol"; +import { PostCheck_BridgeManager_CRUD_RemoveBridgeOperators } from "./crud/PostCheck_BridgeManager_CRUD_RemoveBridgeOperators.s.sol"; +import { PostCheck_BridgeManager_Proposal } from "./proposal/PostCheck_BridgeManager_Proposal.s.sol"; +import { PostCheck_BridgeManager_Quorum } from "./quorum/PostCheck_BridgeManager_Quorum.s.sol"; abstract contract PostCheck_BridgeManager is PostCheck_BridgeManager_Quorum, diff --git a/script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_addBridgeOperators.s.sol b/script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_AddBridgeOperators.s.sol similarity index 100% rename from script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_addBridgeOperators.s.sol rename to script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_AddBridgeOperators.s.sol diff --git a/script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_removeBridgeOperators.s.sol b/script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_RemoveBridgeOperators.s.sol similarity index 100% rename from script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_removeBridgeOperators.s.sol rename to script/post-check/manager/crud/PostCheck_BridgeManager_CRUD_RemoveBridgeOperators.s.sol