mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Updated interfaces
This commit is contained in:
parent
8b83d1bbc6
commit
e1cfe964f2
|
|
@ -1,6 +1,6 @@
|
||||||
pragma solidity ^0.6.0;
|
pragma solidity ^0.6.0;
|
||||||
|
|
||||||
interface ERC20 {
|
interface TokenInterface {
|
||||||
function approve(address, uint) external;
|
function approve(address, uint) external;
|
||||||
function transfer(address, uint) external;
|
function transfer(address, uint) external;
|
||||||
function transferFrom(address, address, uint) external;
|
function transferFrom(address, address, uint) external;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
pragma solidity ^0.6.0;
|
pragma solidity ^0.6.0;
|
||||||
|
|
||||||
// import files from common directory
|
// import files from common directory
|
||||||
import { ERC20 , MemoryInterface, EventInterface} from "../common/interfaces.sol";
|
import { TokenInterface , MemoryInterface, EventInterface} from "../common/interfaces.sol";
|
||||||
import { Stores } from "../common/stores.sol";
|
import { Stores } from "../common/stores.sol";
|
||||||
import { DSMath } from "../common/math.sol";
|
import { DSMath } from "../common/math.sol";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user