Move to chainlib-eth

This commit is contained in:
nolash 2021-06-28 09:07:35 +02:00
parent 2d79c863ce
commit 1d0c7234eb
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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__)