Commit 724ec514 authored by Kevin Ho's avatar Kevin Ho Committed by GitHub

remove uniswapv2ERC20 interface import (#258)

parent ae19d70f
......@@ -2,13 +2,10 @@
pragma solidity >0.5.0;
pragma experimental ABIEncoderV2;
/* Interface Imports */
import { IUniswapV2ERC20 } from "../../../libraries/standards/IUniswapV2ERC20.sol";
/**
* @title iOVM_L2DepositedERC20
*/
interface iOVM_L2DepositedERC20 is IUniswapV2ERC20 {
interface iOVM_L2DepositedERC20 {
/**********
* Events *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment