eth-erc20

ERC20 interface and example giftable token contract
Log | Files | Refs | LICENSE

commit d5a48282be32b301d5dfca080490d119b56796d3
parent 988858e3ae457d3f397a49fff8e00ae311c9c5b3
Author: lash <dev@holbrook.no>
Date:   Fri, 11 Mar 2022 06:00:46 +0000

0.2.0 dependency edit

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

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ -confini~=0.5.2 -chainlib-eth~=0.0.14 +confini>=0.5.7,<0.7.0 +chainlib-eth>=0.0.27,<=0.1.0 potaahto==0.1.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.9 +version = 0.2.0 description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no