eth-faucet

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

commit 89b10e3192f64c63a640be54e3be5eb7c7df568c
parent c984f47b4a643b6bbf9f27aa2e45ba2a494f482d
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 13:11:01 +0000

Make compatible with erc20-faucet requiremnet

Diffstat:
Mpython/requirements.txt | 5+++--
Mpython/setup.cfg | 2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,2 +1,3 @@ -chainlib-eth~=0.4.8 -erc20-faucet~=0.6.0 +chainlib-eth~=0.4.17 +chainlib~=0.4.12 +erc20-faucet~=0.7.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-faucet -version = 0.3.0 +version = 0.3.1 description = Gas token gifter with controls from time intervals, amounts and access. author = Louis Holbrook author_email = dev@holbrook.no