Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Mar 28, 2024
1 parent d54ed07 commit 8d66d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;

import "./TaikoL2.sol";
import "../../contracts/L2/TaikoL2.sol";

/// @title TaikoL2EIP1559Configurable
/// @notice TaikoL2 with a setter to change EIP-1559 configurations and states.
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/test/TaikoTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import "../contracts/L1/hooks/AssignmentHook.sol";
import "../contracts/L1/provers/GuardianProver.sol";

import "../contracts/L2/Lib1559Math.sol";
import "../contracts/L2/TaikoL2EIP1559Configurable.sol";
import "../contracts/L2/TaikoL2.sol";
import "../contracts/L2/DelegateOwner.sol";

Expand All @@ -41,6 +40,7 @@ import "../contracts/team/airdrop/ERC20Airdrop2.sol";
import "../contracts/team/airdrop/ERC721Airdrop.sol";

import "../test/common/erc20/FreeMintERC20.sol";
import "../test/L2/TaikoL2EIP1559Configurable.sol";

import "./DeployCapability.sol";
import "./HelperContracts.sol";
Expand Down

0 comments on commit 8d66d6e

Please sign in to comment.