eth-erc20

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

commit 8f8d96dfefb2dd2978e27a373bca7d5d14b56d65
parent 1ed9da5a428d15661c51f6214c852f73c6a063a4
Author: lash <dev@holbrook.no>
Date:   Wed, 20 Apr 2022 21:42:30 +0000

Upgrade deps

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.7,<0.7.0 -chainlib-eth>=0.0.27,<=0.1.0 -potaahto~=0.1.0 +chainlib-eth>=0.1.0b1,<0.20 +potaahto~=0.1.1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.2.1 +version = 0.3.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