mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Removed console.sol file
This commit is contained in:
parent
eb2dc48fac
commit
7ce0843aa2
|
@ -7,7 +7,6 @@ import { TokenInterface } from "../../common/interfaces.sol";
|
||||||
import { Helpers } from "./helpers.sol";
|
import { Helpers } from "./helpers.sol";
|
||||||
import { AaveInterface, ATokenInterface, IndexInterface } from "./interfaces.sol";
|
import { AaveInterface, ATokenInterface, IndexInterface } from "./interfaces.sol";
|
||||||
import { Events } from "./events.sol";
|
import { Events } from "./events.sol";
|
||||||
import "hardhat/console.sol";
|
|
||||||
|
|
||||||
contract LiquidityResolver is Helpers, Events {
|
contract LiquidityResolver is Helpers, Events {
|
||||||
using SafeERC20 for IERC20;
|
using SafeERC20 for IERC20;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user