erc20-faucet

ERC20 token faucet
Log | Files | Refs

commit 93f974cf8b2eb83a2bea023eaa5aa4f6ce4c5304
parent 6ba5a45e6b3e5255d6f4d4fde755c1cf0041e2bb
Author: nolash <dev@holbrook.no>
Date:   Sun,  7 Feb 2021 12:07:55 +0100

Upgrade signer

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.0a4 +version = 0.2.0a5 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.13b10 + crypto-dev-signer~=0.4.13rc1 tests_require = eth-tester==0.5.0b2 py-evm==0.3.0a20