mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
removed errors
This commit is contained in:
parent
3b87e1717d
commit
33239ed018
|
@ -1,14 +1,15 @@
|
|||
pragma solidity ^0.7.6;
|
||||
pragma abicoder v2;
|
||||
|
||||
import {TokenInterface} from "../../common/interfaces.sol";
|
||||
import {Helpers} from "./helpers.sol";
|
||||
import {Events} from "./events.sol";
|
||||
|
||||
/**
|
||||
* @title Universe finance
|
||||
* @dev Maximising uniswap v3 returns
|
||||
*/
|
||||
|
||||
import {TokenInterface} from "../../common/interfaces.sol";
|
||||
import {Helpers} from "./helpers.sol";
|
||||
import {Events} from "./events.sol";
|
||||
|
||||
abstract contract UniverseFinanceConnect is Helpers, Events {
|
||||
/**
|
||||
* @notice Deposit in Universe Vault by Adapter
|
||||
|
|
Loading…
Reference in New Issue
Block a user