eth-faucet

Gas token gifter with controls from time intervals, amounts and access
Log | Files | Refs

commit 33e5397a827e245739090d7410fe72ca28f160bf
parent 1f10988d1f8c686aa3db8f6c5523f6e5509a5f04
Author: Mohammed Sohail <sohailsameja@gmail.com>
Date:   Mon, 29 May 2023 22:03:00 +0800

feat: make registry and periodChecker addresses public

Diffstat:
Msolidity/EthFaucet.sol | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solidity/EthFaucet.sol b/solidity/EthFaucet.sol @@ -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);