Skip to content

Commit

Permalink
updated PolyTokenFaucet on Kovan
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloruiz55 committed Jul 24, 2018
1 parent 427b49c commit ed35161
Show file tree
Hide file tree
Showing 27 changed files with 3,528 additions and 1,678 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ privKey
coverage/
coverage.json
.vscode/launch.json
/flat
4 changes: 2 additions & 2 deletions flat/Migrations.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.23;
pragma solidity ^0.4.24;

contract Migrations {

Expand All @@ -11,7 +11,7 @@ contract Migrations {
_;
}

function Migrations() public {
constructor() public {
owner = msg.sender;
}

Expand Down
Loading

0 comments on commit ed35161

Please sign in to comment.