commit 1d0c7234eb49b963b2cfdb7fb9791b9b6255aec5 parent 2d79c863ce100b4e0666ce5f5497377a4fd46582 Author: nolash <dev@holbrook.no> Date: Mon, 28 Jun 2021 09:07:35 +0200 Move to chainlib-eth Diffstat:
M | python/requirements.txt | | | 2 | +- |
M | python/tests/test_erc20_interface.py | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git 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 @@ -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__)