Skip to content

Commit ed35161

Browse files
committed
updated PolyTokenFaucet on Kovan
1 parent 427b49c commit ed35161

27 files changed

+3528
-1678
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ privKey
66
coverage/
77
coverage.json
88
.vscode/launch.json
9+
/flat

flat/Migrations.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma solidity ^0.4.23;
1+
pragma solidity ^0.4.24;
22

33
contract Migrations {
44

@@ -11,7 +11,7 @@ contract Migrations {
1111
_;
1212
}
1313

14-
function Migrations() public {
14+
constructor() public {
1515
owner = msg.sender;
1616
}
1717

0 commit comments

Comments
 (0)