Put all ED contracts in one folder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pragma solidity ^0.4.19;
|
||||
|
||||
import { SafeMath } from "../../utils/SafeMath/SafeMath.sol";
|
||||
import { AccountLevels } from "../AccountLevels/AccountLevels.sol";
|
||||
import { AccountLevels } from "./AccountLevels.sol";
|
||||
import { Token } from "../../tokens/Token/Token.sol";
|
||||
|
||||
contract EtherDelta is SafeMath {
|
||||
|
Reference in New Issue
Block a user