Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Mar 27, 2024
1 parent c53bb2b commit a565a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/integration/LockboxAdapterBlast.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pragma solidity ^0.8.13;

import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { IXERC20 } from "../../xERC20/interfaces/IXERC20.sol";
import { IXERC20Lockbox } from "../../xERC20/interfaces/IXERC20Lockbox.sol";
import { IXERC20 } from "../shared/IXERC20/IXERC20.sol";
import { IXERC20Lockbox } from "../shared/IXERC20/IXERC20Lockbox.sol";

interface IXERC20Registry {
function getXERC20(address erc20) external view returns (address xerc20);
Expand Down

0 comments on commit a565a36

Please sign in to comment.