Skip to content

Commit

Permalink
Remove token contracts (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Aug 27, 2018
1 parent f94d43d commit d268367
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 1,071 deletions.
2 changes: 1 addition & 1 deletion contracts/common/VaultRecoverable.sol
Expand Up @@ -4,10 +4,10 @@

pragma solidity ^0.4.24;

import "../lib/token/ERC20.sol";
import "./EtherTokenConstant.sol";
import "./IsContract.sol";
import "./IVaultRecoverable.sol";
import "../lib/zeppelin/token/ERC20.sol";


contract VaultRecoverable is IVaultRecoverable, EtherTokenConstant, IsContract {
Expand Down
@@ -1,4 +1,4 @@
pragma solidity ^0.4.11;
pragma solidity ^0.4.24;

/**
* @title Math
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 0 additions & 27 deletions contracts/lib/minime/ITokenController.sol

This file was deleted.

0 comments on commit d268367

Please sign in to comment.