From 00db79d6f593d8fd4794fce2585d389845aa5c3e Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 14 Apr 2021 09:42:16 +0200 Subject: [PATCH] Update signer --- python/giftable_erc20_token/runnable/minter.py | 2 +- python/requirements.txt | 4 ++-- python/setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/giftable_erc20_token/runnable/minter.py b/python/giftable_erc20_token/runnable/minter.py index 339b4b0..08d64b7 100644 --- a/python/giftable_erc20_token/runnable/minter.py +++ b/python/giftable_erc20_token/runnable/minter.py @@ -15,7 +15,7 @@ import argparse import logging import time -# third-party imports +# external imports from chainlib.eth.connection import EthHTTPConnection from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.keystore.dict import DictKeystore diff --git a/python/requirements.txt b/python/requirements.txt index 12a7bd0..5f2f887 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ confini~=0.3.6rc3 -crypto-dev-signer~=0.4.14b1 -chainlib~=0.0.2a8 +crypto-dev-signer~=0.4.14b2 +chainlib~=0.0.2a12 diff --git a/python/setup.cfg b/python/setup.cfg index d66b3f5..64317d3 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = giftable-erc20-token -version = 0.0.8a8 +version = 0.0.8a9 description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no