Move TokenRegistry to 'previous' directory
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
pragma solidity ^0.4.21;
|
||||
|
||||
import { IOwnable_v1 as IOwnable } from "../../../previous/Ownable/IOwnable_v1.sol";
|
||||
import { IOwnable_v1 as IOwnable } from "../Ownable/IOwnable_v1.sol";
|
||||
|
||||
/// @title Token Registry - Stores metadata associated with ERC20 tokens. See ERC22 https://github.com/ethereum/EIPs/issues/22
|
||||
/// @author Amir Bandeali - <amir@0xProject.com>, Will Warren - <will@0xProject.com>
|
@@ -18,7 +18,7 @@
|
||||
|
||||
pragma solidity ^0.4.11;
|
||||
|
||||
import { Ownable_v1 as Ownable } from "../../../previous/Ownable/Ownable_v1.sol";
|
||||
import { Ownable_v1 as Ownable } from "../Ownable/Ownable_v1.sol";
|
||||
|
||||
/// @title Token Registry - Stores metadata associated with ERC20 tokens. See ERC22 https://github.com/ethereum/EIPs/issues/22
|
||||
/// @author Amir Bandeali - <amir@0xProject.com>, Will Warren - <will@0xProject.com>
|
Reference in New Issue
Block a user