Move ERC1820 and ERC777 out of drafts (#1742)

* Moved ERC1820 related contracts out of drafts and into introspection.

* Moved ERC777 related contracts out of drafts and into token.
This commit is contained in:
Nicolás Venturo
2019-05-08 16:11:00 -03:00
committed by GitHub
parent c92b75305e
commit c794c96617
10 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pragma solidity ^0.5.0;
import "../drafts/ERC1820Implementer.sol";
import "../introspection/ERC1820Implementer.sol";
contract ERC1820ImplementerMock is ERC1820Implementer {
function registerInterfaceForAddress(bytes32 interfaceHash, address account) public {