Skip to content

Commit

Permalink
Fix sol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Sethuram authored and Rahul Sethuram committed Mar 19, 2020
1 parent 2c71555 commit 7db3705
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 311 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions contracts/Moloch.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pragma solidity 0.5.12;
pragma solidity 0.5.3;

import "./oz/SafeMath.sol";
import "./oz/IERC20.sol";
import "./oz/ReentrancyGuard.sol";
import "./SafeMath.sol";
import "./IERC20.sol";
import "./ReentrancyGuard.sol";

contract Moloch is ReentrancyGuard {
using SafeMath for uint256;
Expand Down
2 changes: 1 addition & 1 deletion contracts/MolochSummoner.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity 0.5.3;

import "./Moloch.sol";

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion contracts/test-helpers/Submitter.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// helper for testing moloch.submitProposal return value

pragma solidity 0.5.12;
pragma solidity 0.5.3;

import "../Moloch.sol";

Expand Down
277 changes: 0 additions & 277 deletions contracts/tokens/ClaimsToken.sol

This file was deleted.

28 changes: 0 additions & 28 deletions contracts/tokens/Token.sol

This file was deleted.

0 comments on commit 7db3705

Please sign in to comment.