Skip to content

Commit

Permalink
chore(protocol): move two files to simplify folder structure (#17929)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Aug 15, 2024
1 parent cf1a15f commit 9dca4fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/script/SendMessageToDelegateOwner.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.24;
import "forge-std/src/Script.sol";
import "../contracts/L2/DelegateOwner.sol";
import "../contracts/bridge/IBridge.sol";
import "../test/thirdparty/muticall3/Multicall3.sol";
import "../test/thirdparty/Multicall3.sol";

contract SendMessageToDelegateOwner is Script {
address public delegateOwner = 0x5995941Df88F30Ac140515AA39832db963E2f863;
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/test/L2/DelegateOwner.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

import "../thirdparty/muticall3/Multicall3.sol";
import "../thirdparty/Multicall3.sol";
import "../TaikoTest.sol";

contract Target is EssentialContract {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

import "../../L1/TaikoL1TestBase.sol";
import "../L1/TaikoL1TestBase.sol";
import "@risc0/contracts/groth16/RiscZeroGroth16Verifier.sol";
import "@risc0/contracts/groth16/ControlID.sol";

Expand Down

0 comments on commit 9dca4fa

Please sign in to comment.