erc20-faucet

ERC20 token faucet
Log | Files | Refs

commit b06b724edd99af39de22cd4ac9c3d50d08753488
parent e7747461377f04136ac706589352bc953692115a
Author: nolash <dev@holbrook.no>
Date:   Wed,  9 Dec 2020 15:18:50 +0100

Rename executable

Diffstat:
Mpython/setup.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -46,4 +46,4 @@ testing = [options.entry_points] console_scripts = - erc20-single-shot-faucet = erc20_single_shot_faucet.runnable.deploy:main + erc20-single-shot-faucet-deploy = erc20_single_shot_faucet.runnable.deploy:main