erc20-faucet

ERC20 token faucet
Log | Files | Refs

commit 6ba5a45e6b3e5255d6f4d4fde755c1cf0041e2bb
parent d20692eed123701b135a7433ba4f68e722b8e2a5
Author: nolash <dev@holbrook.no>
Date:   Thu, 14 Jan 2021 11:19:38 +0100

Include signer fix without spammy logs

Diffstat:
Mpython/setup.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-single-shot-faucet -version = 0.2.0a3 +version = 0.2.0a4 description = ERC20 token faucet that can be used once per account author = Louis Holbrook author_email = dev@holbrook.no @@ -28,7 +28,7 @@ packages = erc20_single_shot_faucet.runnable install_requires = web3==5.12.2 - crypto-dev-signer~=0.4.13b9 + crypto-dev-signer~=0.4.13b10 tests_require = eth-tester==0.5.0b2 py-evm==0.3.0a20