Skip to content

Commit

Permalink
restructure financial-templates dir (UMAprotocol#1391)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Pai <[email protected]>
  • Loading branch information
nicholaspai authored May 9, 2020
1 parent 078ba0d commit e5c8a96
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/contracts/financial-templates/demo/DepositBox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "@openzeppelin/contracts/math/SafeMath.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";

import "../implementation/FeePayer.sol";
import "../common/FeePayer.sol";

import "../../common/implementation/FixedPoint.sol";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import "../../oracle/interfaces/IdentifierWhitelistInterface.sol";
import "../../oracle/interfaces/AdministrateeInterface.sol";
import "../../oracle/implementation/Constants.sol";

import "./TokenFactory.sol";
import "./FeePayer.sol";
import "../common/TokenFactory.sol";
import "../common/FeePayer.sol";


/**
Expand Down

0 comments on commit e5c8a96

Please sign in to comment.