Skip to content

Commit

Permalink
chore: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Oct 28, 2024
1 parent 24b2547 commit 758cbc3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {Client} from "../../../../../libraries/Client.sol";
import {Internal} from "../../../../../libraries/Internal.sol";
import {UpgradeableLockReleaseTokenPool_Sepolia} from "./LegacyTestnetTokenPools/UpgradeableLockReleaseTokenPool_Sepolia.sol";
import {UpgradeableBurnMintTokenPool_ArbSepolia} from "./LegacyTestnetTokenPools/UpgradeableBurnMintTokenPool_ArbSepolia.sol";
import {EVM2EVMOffRamp} from "../../../../../offRamp/EVM2EVMOffRamp.sol";
import {TransparentUpgradeableProxy} from "solidity-utils/contracts/transparent-proxy/TransparentUpgradeableProxy.sol";

interface IRouter is IRouterClient, IRouterBase {
struct OffRamp {
Expand Down Expand Up @@ -276,11 +274,6 @@ contract ForkPoolAfterMigration is ForkBase {
}

contract ForkPoolBeforeMigration is ForkBase {
event Locked(address indexed sender, uint256 amount);
event Burned(address indexed sender, uint256 amount);
event Released(address indexed sender, address indexed recipient, uint256 amount);
event Minted(address indexed sender, address indexed recipient, uint256 amount);

uint256 internal constant BLOCK_BEFORE_MIGRATION_L1 = 6673089;
uint256 internal constant BLOCK_BEFORE_MIGRATION_L2 = 79570677;

Expand Down

0 comments on commit 758cbc3

Please sign in to comment.