erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

commit a87f543744dcf9bb680d8e38fe314b9840fcd963
parent ea2e8737241079c828610a130aa20953a6f639bf
Author: nolash <dev@holbrook.no>
Date:   Thu, 14 Jan 2021 11:18:55 +0100

Include signer fix without spammy logs

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

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-approval-escrow -version = 0.2.0a1 +version = 0.3.0a3 description = Simple approval escrow for ERC20 spend approval author = Louis Holbrook author_email = dev@holbrook.no @@ -27,7 +27,8 @@ packages = erc20_approval_escrow erc20_approval_escrow.runnable install_requires = - crypto-dev-signer~=0.4.13b1 + web3==5.12.2 + crypto-dev-signer~=0.4.13b10 [options.package_data] * =