erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

commit 2538cb1889df4fa48adf4c9749b1ec2295ccb0ad
parent a6a9af8498176117738c992bb9011aecd4e34304
Author: nolash <dev@holbrook.no>
Date:   Sun,  2 May 2021 17:58:26 +0200

Update url

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

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ confini~=0.3.6rc3 -crypto-dev-signer~=0.4.14b2 -chainlib~=0.0.2a12 +crypto-dev-signer~=0.4.14b3 +chainlib~=0.0.3a1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = erc20-transfer-authorization -version = 0.3.1a5 +version = 0.3.1a6 description = Simple approval escrow for ERC20 spend approval author = Louis Holbrook author_email = dev@holbrook.no -url = https://gitlab.com/nolash/erc20-transfer-authorization +url = https://gitlab.com/cicnet/erc20-transfer-authorization keywords = ethereum classifiers =