feat: make registry and periodChecker addresses public

This commit is contained in:
Mohamed Sohail 2023-05-29 22:03:00 +08:00 committed by lash
parent 1f10988d1f
commit 33e5397a82
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ contract EthFaucet {
// Implements ERC173
address public owner;
address registry;
address periodChecker;
address public registry;
address public periodChecker;
// Implements Faucet
address constant public token = address(0);