erc20-faucet

ERC20 token faucet
Log | Files | Refs

commit 6efa2e5ae3d008eccbb931ca2c6cd04da0f9e39c
parent b71b79b8ed6ab3854ce8c3f1265e80453ed7ace9
Author: nolash <dev@holbrook.no>
Date:   Wed, 14 Apr 2021 09:41:29 +0200

Update signer

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

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ confini~=0.3.6rc3 -crypto-dev-signer~=0.4.14a17 -chainlib~=0.0.2a1 +crypto-dev-signer~=0.4.14b2 +chainlib~=0.0.2a12 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-single-shot-faucet -version = 0.2.0a11 +version = 0.2.0a12 description = ERC20 token faucet that can be used once per account author = Louis Holbrook author_email = dev@holbrook.no