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.
(cherry picked from commit c794c96617)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pragma solidity ^0.5.0;
|
||||
|
||||
import "../drafts/ERC777/ERC777.sol";
|
||||
import "../token/ERC777/ERC777.sol";
|
||||
|
||||
contract ERC777Mock is ERC777 {
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user