From 1d0c7234eb49b963b2cfdb7fb9791b9b6255aec5 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 28 Jun 2021 09:07:35 +0200 Subject: [PATCH] Move to chainlib-eth --- python/requirements.txt | 2 +- python/tests/test_erc20_interface.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index a23d4c9..415101a 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ confini~=0.3.6rc3 crypto-dev-signer~=0.4.14b6 -chainlib~=0.0.4a1 +chainlib-eth~=0.0.5a1 potaahto~=0.0.1a2 diff --git a/python/tests/test_erc20_interface.py b/python/tests/test_erc20_interface.py index 0749dba..a178bae 100644 --- a/python/tests/test_erc20_interface.py +++ b/python/tests/test_erc20_interface.py @@ -17,6 +17,7 @@ from chainlib.eth.address import to_checksum_address from giftable_erc20_token import GiftableToken from eth_erc20 import ERC20 +logging.basicConfig(level=logging.DEBUG) logg = logging.getLogger(__name__)