Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cag committed Feb 28, 2019
1 parent 4c01b6d commit 0dd1ea3
Show file tree
Hide file tree
Showing 8 changed files with 4,065 additions and 7,883 deletions.
1,381 changes: 1 addition & 1,380 deletions build/contracts/Migrations.json

Large diffs are not rendered by default.

6,300 changes: 14 additions & 6,286 deletions build/contracts/WETH9.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions contracts/Migrations.sol
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pragma solidity >=0.4.2 ^0.5.1;
pragma solidity >=0.4.22 <0.6;

contract Migrations {
address public owner;
uint public lastCompletedMigration;

modifier restricted() {
if (msg.sender == owner) _;
constructor() public {
owner = msg.sender;
}

function Migrations() public {
owner = msg.sender;
modifier restricted() {
if (msg.sender == owner) _;
}

function setCompleted(uint completed) public restricted {
Expand Down
2 changes: 1 addition & 1 deletion contracts/WETH9.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity >=0.4.18 ^0.5.1;
pragma solidity >=0.4.22 <0.6;

contract WETH9 {
string public name = "Wrapped Ether";
Expand Down
32 changes: 32 additions & 0 deletions networks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"WETH9": {
"1": {
"events": {},
"links": {},
"address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"transactionHash":
"0xb95343413e459a0f97461812111254163ae53467855c0d73e0f1e7c5b8442fa3"
},
"3": {
"events": {},
"links": {},
"address": "0xc778417e063141139fce010982780140aa0cd5ab",
"transactionHash":
"0x19ae7fb1bd96c6f623741f76573a3e97d8a863358dafb1d773a8f9ad98b424b4"
},
"4": {
"events": {},
"links": {},
"address": "0xc778417e063141139fce010982780140aa0cd5ab",
"transactionHash":
"0x7bc8e85f99556aa23a41dd3c107e92ec76f057e4cea39f376ffb1b15d514b11f"
},
"42": {
"events": {},
"links": {},
"address": "0xd0a1e359811322d97991e03f863a0c30c2cf029c",
"transactionHash":
"0x0e8d602b350e2a896134d79b48b8a59488a0a70933d46c5736c47b468877be35"
}
}
}
Loading

0 comments on commit 0dd1ea3

Please sign in to comment.